mirror of
https://github.com/Atmosphere-NX/Atmosphere-libs.git
synced 2025-06-27 21:42:49 +02:00
htc: finish last code for Main()
This commit is contained in:
parent
1af137ab1b
commit
cf07075828
@ -42,6 +42,10 @@ namespace ams::htc::server {
|
||||
g_is_suspended = false;
|
||||
}
|
||||
|
||||
void FinalizePowerStateMonitor() {
|
||||
R_ABORT_UNLESS(g_pm_module.Finalize());
|
||||
}
|
||||
|
||||
void LoopMonitorPowerState() {
|
||||
/* Get the psc module's event pointer. */
|
||||
auto *event = g_pm_module.GetEventPointer();
|
||||
|
Loading…
Reference in New Issue
Block a user