summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-06-29service: Update function tablesVolcaEM1-0/+5
2020-06-24prepo: : Don't read extra buffer from report unless passedDavid Marcec1-1/+6
Prepo doesn't always pass a secondary buffer, we assume it always does which leads to a bad read.
2020-04-20service: Update function tablesLioncash1-4/+8
Keeps the service function tables up to date. Updated based off information on SwitchBrew.
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 Marcec2-8/+12
2019-09-22prepo: Remove system global accessorsZach Hilman2-14/+17
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 fileLioncash2-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.
2018-07-19service/prepo: Add missing header guardLioncash1-0/+2
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 Marcec2-15/+29
2018-04-22lioncash proposed changesDavid1-2/+2
2018-04-22Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids)David Marcec2-0/+63