diff options
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 4c819f4b6..ecac97a52 100644 --- a/src/core/hle/kernel/svc.cpp +++ b/src/core/hle/kernel/svc.cpp | |||
| @@ -2247,7 +2247,7 @@ static u64 GetSystemTick(Core::System& system) { | |||
| 2247 | auto& core_timing = system.CoreTiming(); | 2247 | auto& core_timing = system.CoreTiming(); |
| 2248 | 2248 | ||
| 2249 | // Returns the value of cntpct_el0 (https://switchbrew.org/wiki/SVC#svcGetSystemTick) | 2249 | // Returns the value of cntpct_el0 (https://switchbrew.org/wiki/SVC#svcGetSystemTick) |
| 2250 | const u64 result{system.CoreTiming().GetClockTicks()}; | 2250 | const u64 result{core_timing.GetClockTicks()}; |
| 2251 | 2251 | ||
| 2252 | if (!system.Kernel().IsMulticore()) { | 2252 | if (!system.Kernel().IsMulticore()) { |
| 2253 | core_timing.AddTicks(400U); | 2253 | core_timing.AddTicks(400U); |