mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-25 23:29:55 -06:00
properly stop any started cameras upon reset/shutdown
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user