mirror of
https://github.com/skyline-emu/skyline.git
synced 2024-11-05 22:15:05 +01:00
Stub IdleTickCount GetInfo result
This commit is contained in:
parent
3ef84b27c3
commit
3795ecceff
@ -955,6 +955,10 @@ namespace skyline::kernel::svc {
|
||||
out = state.process->memory.GetUserMemoryUsage() + state.process->memory.GetSystemResourceUsage();
|
||||
break;
|
||||
|
||||
case InfoState::IdleTickCount:
|
||||
out = 0; // Stubbed
|
||||
break;
|
||||
|
||||
case InfoState::RandomEntropy:
|
||||
out = util::GetTimeTicks();
|
||||
break;
|
||||
|
Loading…
Reference in New Issue
Block a user