early-access version 3838

This commit is contained in:
pineappleEA
2023-08-27 06:23:20 +02:00
parent c807f0cfc8
commit d6da91ca90
16 changed files with 144 additions and 22 deletions

View File

@@ -161,7 +161,8 @@ enum class SpecialRegister : u64 {
LOG_WARNING(Shader, "(STUBBED) SR_AFFINITY");
return ir.Imm32(0); // This is the default value hardware returns.
default:
throw NotImplementedException("S2R special register {}", special_register);
LOG_CRITICAL(Shader, "(STUBBED) Special register {}", special_register);
return ir.Imm32(0); // This is the default value hardware returns.
}
}
} // Anonymous namespace