call Start again NDS object after Reset

fixes issue where game doesn't properly start after changing settings
This commit is contained in:
RSDuck 2024-03-12 09:23:20 +01:00
parent 5fdd285c9a
commit ea1755bed0
1 changed files with 2 additions and 0 deletions

View File

@ -916,6 +916,8 @@ void Reset(EmuThread* thread)
thread->NDS->SetupDirectBoot(BaseROMName);
}
}
thread->NDS->Start();
}