mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-13 02:08:49 +12:00
SPU ch69
This commit is contained in:
parent
d878a286bc
commit
7b65f93953
2 changed files with 9 additions and 0 deletions
|
@ -912,6 +912,10 @@ void spu_recompiler::WRCH(spu_opcode_t op)
|
|||
c->unuse(*addr);
|
||||
return;
|
||||
}
|
||||
case 69:
|
||||
{
|
||||
return;
|
||||
}
|
||||
default:
|
||||
{
|
||||
InterpreterCall(op); // TODO
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue