mirror of
				https://git.tardis.systems/mirrors/yuzu
				synced 2025-11-04 04:34:07 +01:00 
			
		
		
		
	arm_dynarmic_32: Remove disabling of block linking on arm64
This commit is contained in:
		
							parent
							
								
									bd4fefe5e7
								
							
						
					
					
						commit
						e3c548d081
					
				@ -322,11 +322,6 @@ std::shared_ptr<Dynarmic::A32::Jit> ARM_Dynarmic_32::MakeJit(Common::PageTable*
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 | 
			
		||||
#ifdef ARCHITECTURE_arm64
 | 
			
		||||
    // TODO: remove when fixed in dynarmic
 | 
			
		||||
    config.optimizations &= ~Dynarmic::OptimizationFlag::BlockLinking;
 | 
			
		||||
#endif
 | 
			
		||||
 | 
			
		||||
    return std::make_unique<Dynarmic::A32::Jit>(config);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user