mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-11-04 00:49:02 -06:00 
			
		
		
		
	gl_shader_decompiler: Implement MOV_C.
This commit is contained in:
		@@ -664,6 +664,11 @@ private:
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            switch (opcode->GetId()) {
 | 
			
		||||
            case OpCode::Id::MOV_C: {
 | 
			
		||||
                regs.SetRegisterToFloat(instr.gpr0, 0, op_b, 1, 1);
 | 
			
		||||
                break;
 | 
			
		||||
            }
 | 
			
		||||
 | 
			
		||||
            case OpCode::Id::MOV32_IMM: {
 | 
			
		||||
                // mov32i doesn't have abs or neg bits.
 | 
			
		||||
                regs.SetRegisterToFloat(instr.gpr0, 0, GetImmediate32(instr), 1, 1);
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user