android: native: Ensure game config is re-loaded before starting.
This commit is contained in:
parent
324cf9b019
commit
c623504308
@ -99,6 +99,11 @@ static int RunCitra(const std::string& filepath) {
|
||||
InputManager::Shutdown();
|
||||
}
|
||||
|
||||
{
|
||||
// Forces a config reload on game boot, if the user changed settings in the UI
|
||||
Config config;
|
||||
}
|
||||
|
||||
Settings::Apply();
|
||||
InputManager::Init();
|
||||
window = std::make_unique<EmuWindow_Android>(s_surf);
|
||||
|
Loading…
x
Reference in New Issue
Block a user