diff options
| author | 2019-09-22 12:28:21 -0400 | |
|---|---|---|
| committer | 2019-09-22 12:34:55 -0400 | |
| commit | 6212df3beb38d0484b6ceedad18be99f107f7d96 (patch) | |
| tree | fea1951fc95ba679834f2d690b19cc7b3de2e574 /src/core/reporter.h | |
| parent | lm: Rename Initialize to Log and implement with manager/reporter (diff) | |
| download | yuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.tar.gz yuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.tar.xz yuzu-6212df3beb38d0484b6ceedad18be99f107f7d96.zip | |
lm: Flush manager output on core shutdown
Diffstat (limited to 'src/core/reporter.h')
| -rw-r--r-- | src/core/reporter.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/reporter.h b/src/core/reporter.h index 6e51113fd..380941b1b 100644 --- a/src/core/reporter.h +++ b/src/core/reporter.h | |||
| @@ -59,9 +59,6 @@ public: | |||
| 59 | New, | 59 | New, |
| 60 | System, | 60 | System, |
| 61 | }; | 61 | }; |
| 62 | // Used by prepo services | ||
| 63 | void SavePlayReport(u64 title_id, u64 process_id, std::vector<std::vector<u8>> data, | ||
| 64 | std::optional<u128> user_id = {}) const; | ||
| 65 | 62 | ||
| 66 | void SavePlayReport(PlayReportType type, u64 title_id, std::vector<std::vector<u8>> data, | 63 | void SavePlayReport(PlayReportType type, u64 title_id, std::vector<std::vector<u8>> data, |
| 67 | std::optional<u64> process_id = {}, std::optional<u128> user_id = {}) const; | 64 | std::optional<u64> process_id = {}, std::optional<u128> user_id = {}) const; |