mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-03 20:39:42 -06:00
add support for SPI shutdown, btw
This commit is contained in:
@ -272,6 +272,9 @@ void Stop()
|
||||
uiMenuItemDisable(MenuItem_Pause);
|
||||
uiMenuItemDisable(MenuItem_Reset);
|
||||
uiMenuItemSetChecked(MenuItem_Pause, 0);
|
||||
|
||||
memset(ScreenBuffer, 256*384*4, 0);
|
||||
uiAreaQueueRedrawAll(MainDrawArea);
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user