htc: finish last code for Main()

This commit is contained in:
Michael Scire 2021-02-11 05:51:03 -08:00
parent 1af137ab1b
commit cf07075828

View File

@ -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();