summaryrefslogtreecommitdiff
path: root/src/core/hle/service/prepo (follow)
Commit message (Expand)AuthorAgeFilesLines
* service: hle: Allow to access read buffer A and X directlyGravatar german772023-10-161-32/+8
* service: move hle_ipc from kernelGravatar Liam2023-03-011-8/+8
* service: refactor server architectureGravatar Liam2023-02-212-11/+16
* general: rename CurrentProcess to ApplicationProcessGravatar Liam2023-02-131-2/+2
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"Gravatar ameerj2023-02-031-4/+4
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ...Gravatar liamwhite2023-02-021-4/+4
* hle_ipc: Rename ReadBufferSpan to ReadBufferGravatar ameerj2022-12-281-8/+8
* service: Use ReadBufferSpan where it is trivial to do soGravatar ameerj2022-12-251-12/+12
* general: Convert source file copyright comments over to SPDXGravatar Morph2022-04-232-6/+4
* general: Get the current process program id directly from the systemGravatar Morph2021-11-041-3/+2
* general: Rename GetTitleID to GetProgramIDGravatar Morph2021-11-041-2/+2
* general: Replace RESULT_SUCCESS with ResultSuccessGravatar Morph2021-06-021-7/+7
* hle: kernel: Rename Process to KProcess.Gravatar bunnei2021-05-051-1/+1
* hle: kernel: Refactor out various KThread std::shared_ptr usage.Gravatar bunnei2021-05-051-4/+4
* prepo: Stub GetTransmissionStatusGravatar Morph2021-01-311-1/+11
* prepo: Stub RequestImmediateTransmissionGravatar Morph2021-01-311-1/+8
* Merge pull request #5838 from german77/prepostubGravatar Morph2021-01-301-1/+10
|\
| * Stub GetSystemSessionIdGravatar german2021-01-291-1/+10
* | prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of ...Gravatar Morph2021-01-281-24/+42
|/
* core: Remove unnecessary enum casts in log callsGravatar Lioncash2020-12-071-2/+2
* service: Eliminate usages of the global system instanceGravatar Lioncash2020-11-262-8/+5
* ipc_helpers: Remove usage of the global system instanceGravatar Lioncash2020-11-081-0/+1
* Merge pull request #4203 from VolcaEM/servicesGravatar bunnei2020-07-111-0/+5
|\
| * service: Update function tablesGravatar VolcaEM2020-06-291-0/+5
* | prepo: : Don't read extra buffer from report unless passedGravatar David Marcec2020-06-241-1/+6
|/
* service: Update function tablesGravatar Lioncash2020-04-201-4/+8
* services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser.Gravatar bunnei2020-02-051-15/+15
* service: Update function tablesGravatar Lioncash2019-11-121-0/+1
* RebaseGravatar David Marcec2019-09-222-8/+12
* prepo: Remove system global accessorsGravatar Zach Hilman2019-09-212-14/+17
* prepo: Implement SaveReport New and System variantsGravatar Zach Hilman2019-09-211-15/+71
* loader: Move NSO module tracking to AppLoaderGravatar Zach Hilman2019-05-261-3/+3
* prepo: Save reports from PlayReport serviceGravatar Zach Hilman2019-05-251-2/+23
* prepo: Update service function table.Gravatar Lioncash2018-10-211-8/+13
* service/prepo: Move class into the cpp fileGravatar Lioncash2018-09-112-39/+40
* service/prepo: Add missing header guardGravatar Lioncash2018-07-181-0/+2
* Rename logging macro back to LOG_*Gravatar James Rowe2018-07-021-1/+1
* Switched to NGLOG_WARNINGGravatar David Marcec2018-04-261-1/+1
* Added PREPO to logging backend, Removed comments from SaveReportWithUserGravatar David Marcec2018-04-261-12/+1
* GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport...Gravatar David Marcec2018-04-222-15/+29
* lioncash proposed changesGravatar David2018-04-221-2/+2
* Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersi...Gravatar David Marcec2018-04-212-0/+63