mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-28 20:43:36 +01:00
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:
parent
85311a0b31
commit
d3c43c3ecd
1 changed files with 0 additions and 2 deletions
|
@ -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++)
|
||||
|
|
Loading…
Reference in a new issue