mirror of
				https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
				synced 2025-03-21 01:53:15 +00:00 
			
		
		
		
	dyncom: Remove warning for SXTAH
This is tested to work correctly.
This commit is contained in:
		
							parent
							
								
									ea54355d95
								
							
						
					
					
						commit
						df9e0c0f81
					
				@ -2905,7 +2905,6 @@ ARM_INST_PTR INTERPRETER_TRANSLATE(sxtb16)(unsigned int inst, int index)
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
ARM_INST_PTR INTERPRETER_TRANSLATE(sxtah)(unsigned int inst, int index){
 | 
					ARM_INST_PTR INTERPRETER_TRANSLATE(sxtah)(unsigned int inst, int index){
 | 
				
			||||||
    LOG_WARNING(Core_ARM11, "SXTAH untested");
 | 
					 | 
				
			||||||
    arm_inst *inst_base = (arm_inst *)AllocBuffer(sizeof(arm_inst) + sizeof(sxtah_inst));
 | 
					    arm_inst *inst_base = (arm_inst *)AllocBuffer(sizeof(arm_inst) + sizeof(sxtah_inst));
 | 
				
			||||||
    sxtah_inst *inst_cream = (sxtah_inst *)inst_base->component;
 | 
					    sxtah_inst *inst_cream = (sxtah_inst *)inst_base->component;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
		Reference in New Issue
	
	Block a user