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