|
|
@ -301,6 +301,7 @@ class EmulationFragment : Fragment(), SurfaceHolder.Callback { |
|
|
|
|
|
|
|
|
R.id.menu_exit -> { |
|
|
R.id.menu_exit -> { |
|
|
emulationState.stop() |
|
|
emulationState.stop() |
|
|
|
|
|
NativeConfig.reloadGlobalConfig() |
|
|
emulationViewModel.setIsEmulationStopping(true) |
|
|
emulationViewModel.setIsEmulationStopping(true) |
|
|
binding.drawerLayout.close() |
|
|
binding.drawerLayout.close() |
|
|
binding.inGameMenu.requestFocus() |
|
|
binding.inGameMenu.requestFocus() |
|
|
|