mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-03 14:48:46 +00:00
fixed case S_OR_B64 for blazing chrome
This commit is contained in:
parent
2ac9ae3eb1
commit
ef3c8cf282
2 changed files with 7 additions and 5 deletions
|
@ -107,6 +107,8 @@ void Translator::S_MOV_B64(const GcnInst& inst) {
|
|||
void Translator::S_OR_B64(NegateMode negate, const GcnInst& inst) {
|
||||
const auto get_src = [&](const InstOperand& operand) {
|
||||
switch (operand.field) {
|
||||
case OperandField::ExecLo:
|
||||
return ir.GetExec();
|
||||
case OperandField::VccLo:
|
||||
return ir.GetVcc();
|
||||
case OperandField::ScalarGPR:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue