lm: Flush manager output on core shutdown

This commit is contained in:
Zach Hilman 2019-09-22 12:28:21 -04:00
parent fa6531ab0f
commit 6212df3beb
5 changed files with 15 additions and 11 deletions

View file

@ -59,9 +59,6 @@ public:
New,
System,
};
// Used by prepo services
void SavePlayReport(u64 title_id, u64 process_id, std::vector<std::vector<u8>> data,
std::optional<u128> user_id = {}) const;
void SavePlayReport(PlayReportType type, u64 title_id, std::vector<std::vector<u8>> data,
std::optional<u64> process_id = {}, std::optional<u128> user_id = {}) const;