mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 14:31:24 +12:00
Merge remote-tracking branch 'upstream/master'
This commit is contained in:
commit
b4712c0dca
1 changed files with 0 additions and 3 deletions
|
@ -413,7 +413,6 @@ private:
|
||||||
}
|
}
|
||||||
void HBR(u32 p, u32 ro, u32 ra)
|
void HBR(u32 p, u32 ro, u32 ra)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED();
|
|
||||||
}
|
}
|
||||||
void GB(u32 rt, u32 ra)
|
void GB(u32 rt, u32 ra)
|
||||||
{
|
{
|
||||||
|
@ -1431,11 +1430,9 @@ private:
|
||||||
//0 - 6
|
//0 - 6
|
||||||
void HBRA(s32 ro, s32 i16)
|
void HBRA(s32 ro, s32 i16)
|
||||||
{ //i16 is shifted left by 2 while decoding
|
{ //i16 is shifted left by 2 while decoding
|
||||||
UNIMPLEMENTED();
|
|
||||||
}
|
}
|
||||||
void HBRR(s32 ro, s32 i16)
|
void HBRR(s32 ro, s32 i16)
|
||||||
{
|
{
|
||||||
UNIMPLEMENTED();
|
|
||||||
}
|
}
|
||||||
void ILA(u32 rt, u32 i18)
|
void ILA(u32 rt, u32 i18)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue