mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	Merge pull request #264 from valentinvanelslande/cmd-dynarmic
yuzu_cmd: change default cpu core to dynarmic
This commit is contained in:
		
						commit
						633abd5a94
					
				@ -91,7 +91,7 @@ void Config::ReadValues() {
 | 
			
		||||
 | 
			
		||||
    // Core
 | 
			
		||||
    Settings::values.cpu_core =
 | 
			
		||||
        static_cast<Settings::CpuCore>(sdl2_config->GetInteger("Core", "cpu_core", 0));
 | 
			
		||||
        static_cast<Settings::CpuCore>(sdl2_config->GetInteger("Core", "cpu_core", 1));
 | 
			
		||||
 | 
			
		||||
    // Renderer
 | 
			
		||||
    Settings::values.resolution_factor =
 | 
			
		||||
 | 
			
		||||
@ -77,7 +77,7 @@ touch_device=
 | 
			
		||||
 | 
			
		||||
[Core]
 | 
			
		||||
# Which CPU core to use for CPU emulation
 | 
			
		||||
# 0 (default): Unicorn (slow), 1: Dynarmic (faster)
 | 
			
		||||
# 0: Unicorn (slow), 1 (default): Dynarmic (faster)
 | 
			
		||||
cpu_core =
 | 
			
		||||
 | 
			
		||||
[Renderer]
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user