diff options
| author | iCatButler <i.am.catbutler@gmail.com> | 2016-06-29 08:54:46 +0100 |
|---|---|---|
| committer | iCatButler <i.am.catbutler@gmail.com> | 2016-06-29 08:54:46 +0100 |
| commit | 6b78a14b0e466ff870aa042185c67539a8c51324 (patch) | |
| tree | af4f3ffa3875741fc982b5667abf8537a717e022 /libpcsxcore/pgxp_cpu.c | |
| parent | 42176205ce9ed9aa2408d4042a816fe5cd082519 (diff) | |
| download | pcsxr-6b78a14b0e466ff870aa042185c67539a8c51324.tar.gz | |
Disable debug mode
- Also add stub for RFE operation
Diffstat (limited to 'libpcsxcore/pgxp_cpu.c')
| -rw-r--r-- | libpcsxcore/pgxp_cpu.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/libpcsxcore/pgxp_cpu.c b/libpcsxcore/pgxp_cpu.c index a5484740..17853afc 100644 --- a/libpcsxcore/pgxp_cpu.c +++ b/libpcsxcore/pgxp_cpu.c @@ -793,4 +793,7 @@ void PGXP_CP0_CTC0(u32 instr, u32 rtVal) // CP0[Rd] = CPU[Rt] Validate(&CPU_reg[rt(instr)], rtVal); CP0_reg[rd(instr)] = CPU_reg[rt(instr)]; -}
\ No newline at end of file +} + +void PGXP_CP0_RFE(u32 instr) +{}
\ No newline at end of file |
