mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-27 04:25:12 +00:00
finished
This commit is contained in:
parent
3656adf88c
commit
ca625a37dd
@ -77,6 +77,8 @@ void Translator::EmitDataShare(const GcnInst& inst) {
|
|||||||
return DS_READ(64, false, true, false, inst);
|
return DS_READ(64, false, true, false, inst);
|
||||||
case Opcode::DS_READ2ST64_B64:
|
case Opcode::DS_READ2ST64_B64:
|
||||||
return DS_READ(64, false, true, true, inst);
|
return DS_READ(64, false, true, true, inst);
|
||||||
|
case Opcode::DS_ORDERED_COUNT:
|
||||||
|
return DS_ORDERED_COUNT(inst);
|
||||||
default:
|
default:
|
||||||
LogMissingOpcode(inst);
|
LogMissingOpcode(inst);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user