mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-23 14:19:55 -06:00
fix code that would have fucking asploded
This commit is contained in:
@ -156,6 +156,11 @@ void Stop()
|
||||
memset(Framebuffer, 0, 256*192*2*4);
|
||||
}
|
||||
|
||||
void DoSavestate(Savestate* file)
|
||||
{
|
||||
//
|
||||
}
|
||||
|
||||
|
||||
// VRAM mapping notes
|
||||
//
|
||||
|
Reference in New Issue
Block a user