Stabilization8 (#218)

* disable configured flexible memory size (caused issues in some games)

* fixed case S_OR_B64 for blazing chrome

* submodules updates and fixes for latest SDL

* stubbed _sigprocmask (not handled and spams too much)

* added ReplaceOp case in Stencilop

* dummy ajm module added
This commit is contained in:
georgemoralis 2024-06-27 16:37:17 +03:00 committed by GitHub
parent f5541e3c3d
commit 0ada442cbc
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
18 changed files with 214 additions and 13 deletions

View file

@ -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: