summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* loader: Move NSO module tracking to AppLoaderZach Hilman2019-05-261-3/+3
| | | Also cleanup of general stuff
* prepo: Save reports from PlayReport serviceZach Hilman2019-05-251-2/+23
| | | | Logs a lot of seemingly innocuous telemetry games generate.
* prepo: Update service function table.Lioncash2018-10-211-8/+13
| | | | | | Also introduces the new prepo:a2 service. Updated based off information provided by Switchbrew.
* service/prepo: Move class into the cpp fileLioncash2018-09-122-39/+40
| | | | | | This doesn't need to be exposed within the header and be kept in the translation unit, eliminating the need to include anything within the header.
* service/prepo: Add missing header guardLioncash2018-07-191-0/+2
|
* Rename logging macro back to LOG_*James Rowe2018-07-031-1/+1
|
* Switched to NGLOG_WARNINGDavid Marcec2018-04-271-1/+1
|
* Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec2018-04-261-12/+1
|
* GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec2018-04-232-15/+29
|
* lioncash proposed changesDavid2018-04-221-2/+2
|
* Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2018-04-222-0/+63