Browse Source
Merge pull request #12815 from t895/visual-driver-silly
android: Reload global settings on closing emulation
pull/15/merge
liamwhite
2 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
0 deletions
-
src/android/app/src/main/java/org/yuzu/yuzu_emu/fragments/EmulationFragment.kt
|
|
|
@ -301,6 +301,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback { |
|
|
|
|
|
|
|
R.id.menu_exit -> { |
|
|
|
emulationState.stop() |
|
|
|
NativeConfig.reloadGlobalConfig() |
|
|
|
emulationViewModel.setIsEmulationStopping(true) |
|
|
|
binding.drawerLayout.close() |
|
|
|
binding.inGameMenu.requestFocus() |
|
|
|
|