early-access version 3397

This commit is contained in:
pineappleEA
2023-02-13 23:06:42 +01:00
parent fa3f443acc
commit f597da9384
73 changed files with 328 additions and 293 deletions

View File

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