fix code that would have fucking asploded

This commit is contained in:
StapleButter
2018-10-18 01:38:33 +02:00
parent f4cf54829e
commit 148f4032f1
6 changed files with 110 additions and 4 deletions

View File

@ -156,6 +156,11 @@ void Stop()
memset(Framebuffer, 0, 256*192*2*4);
}
void DoSavestate(Savestate* file)
{
//
}
// VRAM mapping notes
//