aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/service/prepo
AgeCommit message (Collapse)Author
2020-04-20service: Update function tablesLioncash
Keeps the service function tables up to date. Updated based off information on SwitchBrew.
2020-02-05services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.bunnei
2019-11-12service: Update function tablesLioncash
Keeps the function tables up to date. Updated based off information from Switchbrew.
2019-09-22RebaseDavid Marcec
2019-09-21prepo: Remove system global accessorsZach Hilman
2019-09-21prepo: Implement SaveReport New and System variantsZach Hilman
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman
Also cleanup of general stuff
2019-05-25prepo: Save reports from PlayReport serviceZach Hilman
Logs a lot of seemingly innocuous telemetry games generate.
2018-10-21prepo: Update service function table.Lioncash
Also introduces the new prepo:a2 service. Updated based off information provided by Switchbrew.
2018-09-11service/prepo: Move class into the cpp fileLioncash
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.
2018-07-18service/prepo: Add missing header guardLioncash
2018-07-02Rename logging macro back to LOG_*James Rowe
2018-04-26Switched to NGLOG_WARNINGDavid Marcec
2018-04-26Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec
2018-04-22GetIUserInterface->CreateUserInterface, Added todos and stub logs. ↵David Marcec
Playreport->PlayReport.
2018-04-22lioncash proposed changesDavid
2018-04-21Implemented GetIUserInterface properly, Playreport and ↵David Marcec
SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)