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

@ -33,6 +33,7 @@ extern Camera* Camera1;
bool Init();
void DeInit();
void Reset();
void Stop();
void DoSavestate(Savestate* file);
@ -56,6 +57,7 @@ public:
void DoSavestate(Savestate* file);
void Reset();
void Stop();
bool IsActivated();
void StartTransfer();