diff options
Diffstat (limited to 'libpcsxcore/pgxp_cpu.h')
| -rw-r--r-- | libpcsxcore/pgxp_cpu.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/libpcsxcore/pgxp_cpu.h b/libpcsxcore/pgxp_cpu.h index a518c312..286414a3 100644 --- a/libpcsxcore/pgxp_cpu.h +++ b/libpcsxcore/pgxp_cpu.h @@ -114,10 +114,10 @@ void PGXP_CPU_MFLO(u32 instr, u32 rdVal, u32 loVal); void PGXP_CPU_MTLO(u32 instr, u32 loVal, u32 rdVal); // CP0 Data transfer tracking -void PGXP_CP0_MFC0(u32 instr, u32 rdVal); -void PGXP_CP0_MTC0(u32 instr, u32 rtVal); -void PGXP_CP0_CFC0(u32 instr, u32 rdVal); -void PGXP_CP0_CTC0(u32 instr, u32 rtVal); +void PGXP_CP0_MFC0(u32 instr, u32 rtVal, u32 rdVal); +void PGXP_CP0_MTC0(u32 instr, u32 rdVal, u32 rtVal); +void PGXP_CP0_CFC0(u32 instr, u32 rtVal, u32 rdVal); +void PGXP_CP0_CTC0(u32 instr, u32 rdVal, u32 rtVal); void PGXP_CP0_RFE(u32 instr); #endif //_PGXP_CPU_H_
\ No newline at end of file |
