erpt: add automatic report cleanup mechanism on boot (closes #1795)

This commit is contained in:
Michael Scire
2022-03-17 00:31:30 -07:00
parent 9545cbb4cb
commit 9a38be201a
5 changed files with 43 additions and 0 deletions

View File

@@ -27,6 +27,7 @@ namespace ams::erpt::srv {
/* Atmosphere extension. */
Result SetRedirectNewReportsToSdCard(bool redirect);
Result SetEnabledAutomaticReportCleanup(bool redirect);
void Wait();