From 1e53c7f244cb65e74565b0fe954ab45003691196 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alexandro=20S=C3=A1nchez=20Bach?= Date: Sat, 1 Mar 2014 20:29:26 +0100 Subject: [PATCH] Reverted 'Unimpl.' warning on some SPU instr. I'm sorry. I deserve punishment and torture for this. --- rpcs3/Emu/Cell/SPUInterpreter.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/rpcs3/Emu/Cell/SPUInterpreter.h b/rpcs3/Emu/Cell/SPUInterpreter.h index 57196d10d7..0b3aba0c25 100644 --- a/rpcs3/Emu/Cell/SPUInterpreter.h +++ b/rpcs3/Emu/Cell/SPUInterpreter.h @@ -413,7 +413,6 @@ private: } void HBR(u32 p, u32 ro, u32 ra) { - UNIMPLEMENTED(); } void GB(u32 rt, u32 ra) { @@ -1431,11 +1430,9 @@ private: //0 - 6 void HBRA(s32 ro, s32 i16) { //i16 is shifted left by 2 while decoding - UNIMPLEMENTED(); } void HBRR(s32 ro, s32 i16) { - UNIMPLEMENTED(); } void ILA(u32 rt, u32 i18) {