mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-02-03 12:16:13 +00:00
Implement bcdst - no op, performance related cache hint.
This commit is contained in:
parent
796c9835a3
commit
c02c37b231
1 changed files with 1 additions and 0 deletions
|
|
@ -825,6 +825,7 @@ bool Recompiler::Recompile(
|
|||
// no op
|
||||
break;
|
||||
|
||||
case PPC_INST_DCBST:
|
||||
case PPC_INST_DCBTST:
|
||||
// no op
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue