mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-07-22 10:04:39 +00:00
Implement DS_READ2ST64_B64 (#2795)
This commit is contained in:
parent
04e4ce0775
commit
243ee04b1c
@ -67,6 +67,8 @@ void Translator::EmitDataShare(const GcnInst& inst) {
|
||||
return DS_READ(64, false, false, false, inst);
|
||||
case Opcode::DS_READ2_B64:
|
||||
return DS_READ(64, false, true, false, inst);
|
||||
case Opcode::DS_READ2ST64_B64:
|
||||
return DS_READ(64, false, true, true, inst);
|
||||
default:
|
||||
LogMissingOpcode(inst);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user