Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core: Make variable shadowing a compile-time error | Lioncash | 2021-05-16 | 1 | -1/+1 |
| | | | | | | Now that we have most of core free of shadowing, we can enable the warning as an error to catch anything that may be remaining and also eliminate this class of logic bug entirely. | ||||
* | lm: Recode LM service | Chloe Marcec | 2021-01-20 | 1 | -3/+0 |
| | | | | Rework the service to spit out to logs instead of a seperate file as well as fix any crashes caused by lm. | ||||
* | service: Update function tables | Lioncash | 2020-04-20 | 1 | -0/+1 |
| | | | | | | Keeps the service function tables up to date. Updated based off information on SwitchBrew. | ||||
* | lm: Flush manager output on core shutdown | Zach Hilman | 2019-09-22 | 1 | -3/+0 |
| | |||||
* | reporter: Add log output for packaged lm log data | Zach Hilman | 2019-09-22 | 1 | -0/+17 |
| | | | Takes the vector from head to tail of log data and saves it. | ||||
* | reporter: Differentiate between Old, New, and System play reports | Zach Hilman | 2019-09-22 | 1 | -2/+8 |
| | |||||
* | Merge pull request #2642 from DarkLordZach/fsp-log-2 | bunnei | 2019-07-08 | 1 | -0/+7 |
|\ | | | | | fsp-srv: Implement Access Logging Functionality | ||||
| * | reporter: Add report class for filesystem access logs | Zach Hilman | 2019-06-29 | 1 | -0/+7 |
| | | |||||
* | | core/reporter: Add missing includes and forward declarations | Lioncash | 2019-07-05 | 1 | -0/+4 |
| | | | | | | | | Adds missing inclusions to prevent potential compilation issues. | ||||
* | | core/reporter: Remove unnecessary namespace qualifiers | Lioncash | 2019-07-05 | 1 | -2/+2 |
|/ | | | | | The Reporter class is part of the Core namespace, so the System class doesn't need to be qualified. | ||||
* | loader: Move NSO module tracking to AppLoader | Zach Hilman | 2019-05-26 | 1 | -3/+6 |
| | | | Also cleanup of general stuff | ||||
* | core: Add Reporter class to take/save reports | Zach Hilman | 2019-05-25 | 1 | -0/+53 |