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
No known key found for this signature in database
GPG key ID: 1BBA026E13FC0495

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++)