summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #4203 from VolcaEM/servicesbunnei2020-07-111-0/+5
|\ | | | | service: Update function tables
| * service: Update function tablesVolcaEM2020-06-291-0/+5
| |
* | prepo: : Don't read extra buffer from report unless passedDavid Marcec2020-06-241-1/+6
|/ | | | Prepo doesn't always pass a secondary buffer, we assume it always does which leads to a bad read.
* service: Update function tablesLioncash2020-04-201-4/+8
| | | | | | Keeps the service function tables up to date. Updated based off information on SwitchBrew.
* services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.bunnei2020-02-061-15/+15
|
* service: Update function tablesLioncash2019-11-121-0/+1
| | | | | | Keeps the function tables up to date. Updated based off information from Switchbrew.
* RebaseDavid Marcec2019-09-222-8/+12
|
* prepo: Remove system global accessorsZach Hilman2019-09-222-14/+17
|
* prepo: Implement SaveReport New and System variantsZach Hilman2019-09-221-15/+71
|
* 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