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

@ -109,7 +109,7 @@ void DeInit();
void Reset();
void Stop();
void DoSavestate(Savestate* file);
bool DoSavestate(Savestate* file);
bool LoadROM(const char* path, bool direct);
void LoadBIOS();