mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-24 14:49:53 -06:00
make the ARM clock shift configurable. nothing fancy there, just paving the way for DSi support later.
This commit is contained in:
@ -345,6 +345,9 @@ void Reset()
|
||||
SPI::Reset();
|
||||
RTC::Reset();
|
||||
Wifi::Reset();
|
||||
|
||||
ARM9->SetClockShift(1);
|
||||
ARM7->SetClockShift(0);
|
||||
}
|
||||
|
||||
void Stop()
|
||||
|
Reference in New Issue
Block a user