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

@ -172,6 +172,11 @@ void Reset()
GPU::DispStat[1] |= (1<<6);
}
void Stop()
{
DSi_CamModule::Stop();
}
void DoSavestate(Savestate* file)
{
file->Section("DSIG");