SPU: delay channel start until whenever it can actually start. fixes maxmod interpolated mode.

This commit is contained in:
Arisotura
2020-07-23 12:59:19 +02:00
parent 3827fa562f
commit 2f9a6b7c03
3 changed files with 12 additions and 2 deletions

View File

@ -493,7 +493,7 @@ void Reset()
printf("ARM7 BIOS loaded\n");
fclose(f);
}
#ifdef JIT_ENABLED
ARMJIT::Reset();
#endif