MCPcopy Create free account
hub / github.com/amwatson/CitraVR / SetAppMainThreadExtendedSleep

Method SetAppMainThreadExtendedSleep

src/core/hle/kernel/kernel.h:341–343  ·  view source on GitHub ↗

Sleep main thread of the first ever launched non-sysmodule process.

Source from the content-addressed store, hash-verified

339
340 /// Sleep main thread of the first ever launched non-sysmodule process.
341 void SetAppMainThreadExtendedSleep(bool requires_sleep) {
342 main_thread_extended_sleep = requires_sleep;
343 }
344
345 bool GetAppMainThreadExtendedSleep() const {
346 return main_thread_extended_sleep;

Callers 2

InitFunction · 0.80
SetupMainThreadFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected