savestate shito: fix compile errors.

still far from being finished, so avoid using unless you want to spawn blackholes or some pretty bad shit.
This commit is contained in:
StapleButter
2018-10-18 00:27:55 +02:00
parent 7cbcc6c230
commit de91eabf71
8 changed files with 20 additions and 20 deletions

View File

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