erpt: implement AppletActiveTimeInfoList

This commit is contained in:
Michael Scire 2021-04-16 00:55:22 -07:00
parent 0a6219e6e0
commit 5bb790e4a7
3 changed files with 68 additions and 6 deletions

View file

@ -89,6 +89,11 @@ namespace ams::erpt::srv {
Journal::Restore();
if (hos::GetVersion() >= hos::Version_12_0_0) {
Reporter::UpdatePowerOnTime();
Reporter::UpdateAwakeTime();
}
return ResultSuccess();
}