mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-10-31 10:44:49 +01:00 
			
		
		
		
	Merge pull request #12815 from t895/visual-driver-silly
android: Reload global settings on closing emulation
This commit is contained in:
		
						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
	
	Block a user