mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-23 03:06:52 -04:00
erpt: implement AppletActiveTimeInfoList
This commit is contained in:
parent
0a6219e6e0
commit
5bb790e4a7
3 changed files with 68 additions and 6 deletions
|
@ -89,6 +89,11 @@ namespace ams::erpt::srv {
|
|||
|
||||
Journal::Restore();
|
||||
|
||||
if (hos::GetVersion() >= hos::Version_12_0_0) {
|
||||
Reporter::UpdatePowerOnTime();
|
||||
Reporter::UpdateAwakeTime();
|
||||
}
|
||||
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue