properly stop any started cameras upon reset/shutdown

This commit is contained in:
Arisotura
2022-10-02 23:29:24 +02:00
parent 62879c4484
commit 571d1c403f
5 changed files with 24 additions and 0 deletions

View File

@ -56,6 +56,7 @@ extern u32 NWRAMMask[2][3];
bool Init();
void DeInit();
void Reset();
void Stop();
void DoSavestate(Savestate* file);