diff --git a/src/android/app/src/main/jni/native.cpp b/src/android/app/src/main/jni/native.cpp index 1be47d828..2f104d98a 100644 --- a/src/android/app/src/main/jni/native.cpp +++ b/src/android/app/src/main/jni/native.cpp @@ -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(s_surf);