lm: Flush manager output on core shutdown
This commit is contained in:
parent
fa6531ab0f
commit
6212df3beb
5 changed files with 15 additions and 11 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue