mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2026-04-27 20:21:40 +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
|
// no op
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case PPC_INST_DCBST:
|
||||||
case PPC_INST_DCBTST:
|
case PPC_INST_DCBTST:
|
||||||
// no op
|
// no op
|
||||||
break;
|
break;
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue