summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNarr the Reg <juangerman-13@hotmail.com>2022-02-01 02:02:12 +0100
committerNarr the Reg <juangerman-13@hotmail.com>2022-02-01 02:02:41 +0100
commit1ed22b4613408313f2f0a183e94abdaddf248850 (patch)
tree4e9ff73bcb214e67e59c411abae95585e2aa0a8f
parentMerge pull request #7791 from german77/wall_clock (diff)
downloadyuzu-1ed22b4613408313f2f0a183e94abdaddf248850.tar
yuzu-1ed22b4613408313f2f0a183e94abdaddf248850.tar.gz
yuzu-1ed22b4613408313f2f0a183e94abdaddf248850.tar.bz2
yuzu-1ed22b4613408313f2f0a183e94abdaddf248850.tar.lz
yuzu-1ed22b4613408313f2f0a183e94abdaddf248850.tar.xz
yuzu-1ed22b4613408313f2f0a183e94abdaddf248850.tar.zst
yuzu-1ed22b4613408313f2f0a183e94abdaddf248850.zip
-rw-r--r--src/core/hle/kernel/svc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp
index 40bb893ac..4f7aebf3f 100644
--- a/src/core/hle/kernel/svc.cpp
+++ b/src/core/hle/kernel/svc.cpp
@@ -2613,7 +2613,7 @@ static const FunctionDef SVC_Table_32[] = {
{0x33, SvcWrap32<GetThreadContext32>, "GetThreadContext32"},
{0x34, SvcWrap32<WaitForAddress32>, "WaitForAddress32"},
{0x35, SvcWrap32<SignalToAddress32>, "SignalToAddress32"},
- {0x36, nullptr, "Unknown"},
+ {0x36, SvcWrap32<SynchronizePreemptionState>, "SynchronizePreemptionState32"},
{0x37, nullptr, "Unknown"},
{0x38, nullptr, "Unknown"},
{0x39, nullptr, "Unknown"},