summaryrefslogtreecommitdiff
path: root/src/core/reporter.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Replace externals with Conan (#3735)Gravatar James Rowe2020-05-081-1/+2
* core: reporter: Updates for new VMM.Gravatar bunnei2020-04-171-3/+5
* core: memory: Move to Core::Memory namespace.Gravatar bunnei2020-04-171-2/+2
* core: Implement separate A32/A64 ARM interfaces.Gravatar bunnei2020-03-021-1/+1
* core/memory: Migrate over Read{8, 16, 32, 64, Block} to the Memory classGravatar Lioncash2019-11-261-1/+1
* core: Prepare various classes for memory read/write migrationGravatar Lioncash2019-11-261-7/+7
* lm: Flush manager output on core shutdownGravatar Zach Hilman2019-09-221-3/+2
* reporter: Add log output for packaged lm log dataGravatar Zach Hilman2019-09-221-0/+52
* reporter: Differentiate between Old, New, and System play reportsGravatar Zach Hilman2019-09-211-3/+7
* Fix clang-formatGravatar Ethan2019-09-041-1/+1
* accommodate for fmt updateGravatar Ethan2019-08-291-1/+1
* Merge pull request #2642 from DarkLordZach/fsp-log-2Gravatar bunnei2019-07-071-0/+18
|\
| * reporter: Add report class for filesystem access logsGravatar Zach Hilman2019-06-281-0/+18
* | core/reporter: Allow moves into SaveToFile()Gravatar Lioncash2019-07-051-1/+1
* | core/reporter: Add missing includes and forward declarationsGravatar Lioncash2019-07-051-1/+5
* | core/reporter: Remove unnecessary namespace qualifiersGravatar Lioncash2019-07-051-1/+1
* | core/reporter: Remove pessimizing move in GetHLERequestContextData()Gravatar Lioncash2019-07-051-1/+1
* | core/reporter: Make bracing consistentGravatar Lioncash2019-07-051-8/+18
* | core/reporter: Return in error case in SaveToFile()Gravatar Lioncash2019-07-051-1/+3
|/
* Update reporter.cppGravatar Thomas May2019-06-221-5/+5
* loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-36/+38
* core: Add Reporter class to take/save reportsGravatar Zach Hilman2019-05-251-0/+351