summaryrefslogtreecommitdiffstats
path: root/src/core/reporter.h (unfollow)
Commit message (Collapse)AuthorFilesLines
2019-09-22reporter: Differentiate between Old, New, and System play reportsZach Hilman1-2/+8
2019-07-05core/reporter: Add missing includes and forward declarationsLioncash1-0/+4
Adds missing inclusions to prevent potential compilation issues.
2019-07-05core/reporter: Remove unnecessary namespace qualifiersLioncash1-2/+2
The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified.
2019-06-29reporter: Add report class for filesystem access logsZach Hilman1-0/+7
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman1-3/+6
Also cleanup of general stuff
2019-05-25core: Add Reporter class to take/save reportsZach Hilman1-0/+53