dma: do not wait before initialization

Hangs if the add-in is started first on a fresh boot, probably because
the OS doesn't bother initializing all the channels of its hardware.
This commit is contained in:
Lephe 2020-05-10 23:00:42 +02:00
parent 85311a0b31
commit d3c43c3ecd
Signed by: Lephenixnoir
GPG Key ID: 1BBA026E13FC0495
1 changed files with 0 additions and 2 deletions

View File

@ -238,8 +238,6 @@ GBSS static ctx_t sys_ctx, gint_ctx;
static void ctx_save(void *buf)
{
dma_transfer_wait(-1);
ctx_t *ctx = buf;
for(int i = 0; i < 6; i++)