Implement bcdst - no op, performance related cache hint.

This commit is contained in:
CRACKbomber 2025-06-27 17:32:15 -04:00
parent 796c9835a3
commit c02c37b231

View file

@ -825,6 +825,7 @@ bool Recompiler::Recompile(
// no op
break;
case PPC_INST_DCBST:
case PPC_INST_DCBTST:
// no op
break;