mirror of
				https://github.com/PabloMK7/citra.git
				synced 2025-10-31 05:40:04 +00:00 
			
		
		
		
	Merge pull request #567 from lioncash/warn
dyncom: Remove warning for SXTAH
This commit is contained in:
		
						commit
						befa556b78
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -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){ | ||||
|     LOG_WARNING(Core_ARM11, "SXTAH untested"); | ||||
|     arm_inst *inst_base = (arm_inst *)AllocBuffer(sizeof(arm_inst) + sizeof(sxtah_inst)); | ||||
|     sxtah_inst *inst_cream = (sxtah_inst *)inst_base->component; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue