mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-28 05:34:11 -04:00
htc: finish last code for Main()
This commit is contained in:
parent
870b45f208
commit
1bd0094bee
2 changed files with 7 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue