Merge pull request #12815 from t895/visual-driver-silly
android: Reload global settings on closing emulationpull/12824/head
commit
16b79df836
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Reference in New Issue