mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-06-28 01:49:42 -06:00
call Start again NDS object after Reset
fixes issue where game doesn't properly start after changing settings
This commit is contained in:
@ -916,6 +916,8 @@ void Reset(EmuThread* thread)
|
||||
thread->NDS->SetupDirectBoot(BaseROMName);
|
||||
}
|
||||
}
|
||||
|
||||
thread->NDS->Start();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user