early-access version 3398

This commit is contained in:
pineappleEA
2023-02-14 02:55:04 +01:00
parent f597da9384
commit 64f91090ad
73 changed files with 292 additions and 315 deletions

View File

@@ -4426,7 +4426,7 @@ void Call(Core::System& system, u32 imm) {
auto& kernel = system.Kernel();
kernel.EnterSVCProfile();
if (GetCurrentProcess(system.Kernel()).Is64BitProcess()) {
if (system.CurrentProcess()->Is64BitProcess()) {
Call64(system, imm);
} else {
Call32(system, imm);