mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-22 22:01:06 -06:00
properly stop any started cameras upon reset/shutdown
This commit is contained in:
@ -172,6 +172,11 @@ void Reset()
|
||||
GPU::DispStat[1] |= (1<<6);
|
||||
}
|
||||
|
||||
void Stop()
|
||||
{
|
||||
DSi_CamModule::Stop();
|
||||
}
|
||||
|
||||
void DoSavestate(Savestate* file)
|
||||
{
|
||||
file->Section("DSIG");
|
||||
|
Reference in New Issue
Block a user