mirror of
https://github.com/melonDS-emu/melonDS.git
synced 2025-07-21 05:09:46 -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->SetupDirectBoot(BaseROMName);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
thread->NDS->Start();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user