mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
better be safe than sorry
This commit is contained in:
@ -163,7 +163,7 @@ void Reset()
|
||||
Capture[0]->Reset();
|
||||
Capture[1]->Reset();
|
||||
|
||||
NDS::ScheduleEvent(NDS::Event_SPU, true, 1024, Mix, 0);
|
||||
NDS::ScheduleEvent(NDS::Event_SPU, false, 1024, Mix, 0);
|
||||
}
|
||||
|
||||
void Stop()
|
||||
|
Reference in New Issue
Block a user