diff options
| author | 2019-04-19 19:10:20 -0400 | |
|---|---|---|
| committer | 2019-04-19 19:10:20 -0400 | |
| commit | b6faea0dd2139b9dcfd36191e5bcd847fa083c3b (patch) | |
| tree | 542e7db38d5a49ddd0c53ae8b517866d5bb5c19c /src/core/hle/kernel/svc.cpp | |
| parent | Merge pull request #2374 from lioncash/pagetable (diff) | |
| parent | kernel/svc: Name supervisor call 0x36 (diff) | |
| download | yuzu-b6faea0dd2139b9dcfd36191e5bcd847fa083c3b.tar.gz yuzu-b6faea0dd2139b9dcfd36191e5bcd847fa083c3b.tar.xz yuzu-b6faea0dd2139b9dcfd36191e5bcd847fa083c3b.zip | |
Merge pull request #2421 from lioncash/svc-call
kernel/svc: Name supervisor call 0x36
Diffstat (limited to 'src/core/hle/kernel/svc.cpp')
| -rw-r--r-- | src/core/hle/kernel/svc.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/hle/kernel/svc.cpp b/src/core/hle/kernel/svc.cpp index 4eeb97bef..4c763b288 100644 --- a/src/core/hle/kernel/svc.cpp +++ b/src/core/hle/kernel/svc.cpp | |||
| @@ -2290,7 +2290,7 @@ static const FunctionDef SVC_Table[] = { | |||
| 2290 | {0x33, SvcWrap<GetThreadContext>, "GetThreadContext"}, | 2290 | {0x33, SvcWrap<GetThreadContext>, "GetThreadContext"}, |
| 2291 | {0x34, SvcWrap<WaitForAddress>, "WaitForAddress"}, | 2291 | {0x34, SvcWrap<WaitForAddress>, "WaitForAddress"}, |
| 2292 | {0x35, SvcWrap<SignalToAddress>, "SignalToAddress"}, | 2292 | {0x35, SvcWrap<SignalToAddress>, "SignalToAddress"}, |
| 2293 | {0x36, nullptr, "Unknown"}, | 2293 | {0x36, nullptr, "SynchronizePreemptionState"}, |
| 2294 | {0x37, nullptr, "Unknown"}, | 2294 | {0x37, nullptr, "Unknown"}, |
| 2295 | {0x38, nullptr, "Unknown"}, | 2295 | {0x38, nullptr, "Unknown"}, |
| 2296 | {0x39, nullptr, "Unknown"}, | 2296 | {0x39, nullptr, "Unknown"}, |