mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-18 17:14:28 -04:00
erpt: Implement 12.0.0 AppletTotalActiveTime tracking
This commit is contained in:
parent
0dc308d92a
commit
ef0c15b764
7 changed files with 291 additions and 206 deletions
|
@ -89,10 +89,8 @@ namespace ams::erpt::srv {
|
|||
|
||||
Journal::Restore();
|
||||
|
||||
if (hos::GetVersion() >= hos::Version_12_0_0) {
|
||||
Reporter::UpdatePowerOnTime();
|
||||
Reporter::UpdateAwakeTime();
|
||||
}
|
||||
Reporter::UpdatePowerOnTime();
|
||||
Reporter::UpdateAwakeTime();
|
||||
|
||||
return ResultSuccess();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue