summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo/prepo.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-02-06services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.bunnei1-15/+15
2019-11-12service: Update function tablesLioncash1-0/+1
Keeps the function tables up to date. Updated based off information from Switchbrew.
2019-09-22RebaseDavid Marcec1-7/+7
2019-09-22prepo: Remove system global accessorsZach Hilman1-13/+16
2019-09-22prepo: Implement SaveReport New and System variantsZach Hilman1-15/+71
2019-05-26loader: Move NSO module tracking to AppLoaderZach Hilman1-3/+3
Also cleanup of general stuff
2019-05-25prepo: Save reports from PlayReport serviceZach Hilman1-2/+23
Logs a lot of seemingly innocuous telemetry games generate.
2018-10-21prepo: Update service function table.Lioncash1-8/+13
Also introduces the new prepo:a2 service. Updated based off information provided by Switchbrew.
2018-09-12service/prepo: Move class into the cpp fileLioncash1-26/+37
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-03Rename logging macro back to LOG_*James Rowe1-1/+1
2018-04-27Switched to NGLOG_WARNINGDavid Marcec1-1/+1
2018-04-26Added PREPO to logging backend, Removed comments from SaveReportWithUserDavid Marcec1-12/+1
2018-04-23GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport.David Marcec1-10/+24
2018-04-22Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec1-0/+40