mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2024-11-14 13:27:41 -07:00
call Start again NDS object after Reset
fixes issue where game doesn't properly start after changing settings
This commit is contained in:
parent
5fdd285c9a
commit
ea1755bed0
@ -916,6 +916,8 @@ void Reset(EmuThread* thread)
|
||||
thread->NDS->SetupDirectBoot(BaseROMName);
|
||||
}
|
||||
}
|
||||
|
||||
thread->NDS->Start();
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user