mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-03-15 22:21:25 +00:00
Reverted 'Unimpl.' warning on some SPU instr.
I'm sorry. I deserve punishment and torture for this.
This commit is contained in:
parent
6c28753dae
commit
1e53c7f244
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user