summaryrefslogtreecommitdiff
path: root/src/core/reporter.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: move hle_ipc from kernelGravatar Liam2023-03-011-3/+3
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-1/+3
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-3/+1
* service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-251-1/+3
* reporter: Pass by const reference where applicableGravatar Lioncash2022-12-051-6/+6
* reporter: Eliminate undefined behavior in SaveErrorReportGravatar Lioncash2022-12-051-2/+2
* core: Replace all instances of ResultCode with ResultGravatar german772022-06-261-3/+3
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-231-3/+2
* fsp_srv: Fix filesystem access loggingGravatar Morph2021-06-161-6/+3
* core: Make variable shadowing a compile-time errorGravatar Lioncash2021-05-161-1/+1
* lm: Recode LM serviceGravatar Chloe Marcec2021-01-201-3/+0
* service: Update function tablesGravatar Lioncash2020-04-201-0/+1
* lm: Flush manager output on core shutdownGravatar Zach Hilman2019-09-221-3/+0
* reporter: Add log output for packaged lm log dataGravatar Zach Hilman2019-09-221-0/+17
* reporter: Differentiate between Old, New, and System play reportsGravatar Zach Hilman2019-09-211-2/+8
* Merge pull request #2642 from DarkLordZach/fsp-log-2Gravatar bunnei2019-07-071-0/+7
|\
| * reporter: Add report class for filesystem access logsGravatar Zach Hilman2019-06-281-0/+7
* | core/reporter: Add missing includes and forward declarationsGravatar Lioncash2019-07-051-0/+4
* | core/reporter: Remove unnecessary namespace qualifiersGravatar Lioncash2019-07-051-2/+2
|/
* loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-3/+6
* core: Add Reporter class to take/save reportsGravatar Zach Hilman2019-05-251-0/+53