core: hle: kernel: Add KEventInfo.
This commit is contained in:
parent
ddd3f48736
commit
37b17252d1
4 changed files with 102 additions and 1 deletions
|
@ -2246,7 +2246,7 @@ static u64 GetSystemTick(Core::System& system) {
|
|||
auto& core_timing = system.CoreTiming();
|
||||
|
||||
// Returns the value of cntpct_el0 (https://switchbrew.org/wiki/SVC#svcGetSystemTick)
|
||||
const u64 result{system.CoreTiming().GetClockTicks()};
|
||||
const u64 result{core_timing.GetClockTicks()};
|
||||
|
||||
if (!system.Kernel().IsMulticore()) {
|
||||
core_timing.AddTicks(400U);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue