summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo (follow)
Commit message (Expand)AuthorAgeFilesLines
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
* general: Get the current process program id directly from the systemMorph2021-11-041-3/+2
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-7/+7
* hle: kernel: Rename Process to KProcess.bunnei2021-05-061-1/+1
* hle: kernel: Refactor out various KThread std::shared_ptr usage.bunnei2021-05-061-4/+4
* prepo: Stub GetTransmissionStatusMorph2021-01-311-1/+11
* prepo: Stub RequestImmediateTransmissionMorph2021-01-311-1/+8
* Merge pull request #5838 from german77/prepostubMorph2021-01-301-1/+10
|\
| * Stub GetSystemSessionIdgerman2021-01-301-1/+10
* | prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReportMorph2021-01-281-24/+42
|/
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-2/+2
* service: Eliminate usages of the global system instanceLioncash2020-11-272-8/+5
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
* Merge pull request #4203 from VolcaEM/servicesbunnei2020-07-111-0/+5
|\
| * service: Update function tablesVolcaEM2020-06-291-0/+5
* | prepo: : Don't read extra buffer from report unless passedDavid Marcec2020-06-241-1/+6
|/
* service: Update function tablesLioncash2020-04-201-4/+8
* services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.bunnei2020-02-061-15/+15
* service: Update function tablesLioncash2019-11-121-0/+1
* 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
* prepo: Save reports from PlayReport serviceZach Hilman2019-05-251-2/+23
* prepo: Update service function table.Lioncash2018-10-211-8/+13
* service/prepo: Move class into the cpp fileLioncash2018-09-122-39/+40
* 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