mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -06:00
I'm an idiot
This commit is contained in:
@ -276,7 +276,7 @@ void Stop()
|
|||||||
uiMenuItemDisable(MenuItem_Stop);
|
uiMenuItemDisable(MenuItem_Stop);
|
||||||
uiMenuItemSetChecked(MenuItem_Pause, 0);
|
uiMenuItemSetChecked(MenuItem_Pause, 0);
|
||||||
|
|
||||||
memset(ScreenBuffer, 256*384*4, 0);
|
memset(ScreenBuffer, 0, 256*384*4);
|
||||||
uiAreaQueueRedrawAll(MainDrawArea);
|
uiAreaQueueRedrawAll(MainDrawArea);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user