mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-05-27 21:24:11 -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
|
@ -40,6 +40,7 @@ namespace ams::erpt::srv {
|
|||
static Result SubmitContext(const ContextEntry *entry, const u8 *data, u32 data_size);
|
||||
static Result SubmitContextRecord(std::unique_ptr<ContextRecord> record);
|
||||
static Result WriteContextsToReport(Report *report);
|
||||
static Result ClearContext(CategoryId cat);
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue