Plumb through the PC value for syscalls, so we can get better diagnostics for unresolved ones.

This commit is contained in:
Henrik Rydgård
2026-08-15 19:14:13 +02:00
parent ae14ebb6ac
commit 67ddf899ba
23 changed files with 208 additions and 89 deletions
+2 -1
View File
@@ -154,7 +154,8 @@ void DeveloperToolsScreen::CreateGeneralTab(UI::LinearLayout *list) {
core->HideChoice(1);
core->HideChoice(3);
}
// TODO: Enable "JIT using IR" on more architectures.
// TODO: Enable "JIT using IR" on more architectures. ARM32 needs more testing.
// Note also that Loongarch and RISC-V only have a jit-ir backend, and it's used for the JIT option, so the fourth option isn't shown.
#if !PPSSPP_ARCH(X86) && !PPSSPP_ARCH(AMD64) && !PPSSPP_ARCH(ARM64)
core->HideChoice(3);
#endif