summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/prepo (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: move hle_ipc from kernelLiam2023-03-011-8/+8
|
* service: refactor server architectureLiam2023-02-212-11/+16
| | | | Converts services to have their own processes
* general: rename CurrentProcess to ApplicationProcessLiam2023-02-141-2/+2
|
* Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span"ameerj2023-02-031-4/+4
| | | | | This reverts commit 25fc5c0e1158cb8e81cbc769b24ad84032a1fbfd, reversing changes made to af20e25081f97d55b451606c87922e2b49f0d363.
* Revert "hle_ipc: Use std::span to avoid heap allocations/copies when calling ReadBuffer"liamwhite2023-02-021-4/+4
|
* hle_ipc: Rename ReadBufferSpan to ReadBufferameerj2022-12-291-8/+8
|
* service: Use ReadBufferSpan where it is trivial to do soameerj2022-12-251-12/+12
|
* general: Convert source file copyright comments over to SPDXMorph2022-04-232-6/+4
| | | | | This formats all copyright comments according to SPDX formatting guidelines. Additionally, this resolves the remaining GPLv2 only licensed files by relicensing them to GPLv2.0-or-later.
* general: Get the current process program id directly from the systemMorph2021-11-041-3/+2
| | | | This allows us to avoid including KProcess' header file in files that only need to get the current process' program id.
* general: Rename GetTitleID to GetProgramIDMorph2021-11-041-2/+2
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-7/+7
| | | | Transition to PascalCase for result names.
* 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
| | | | - Used by Animal Crossing: New Horizons
* Merge pull request #5838 from german77/prepostubMorph2021-01-301-1/+10
|\ | | | | prepo: Stub GetSystemSessionId
| * Stub GetSystemSessionIdgerman2021-01-301-1/+10
| |
* | prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReportMorph2021-01-281-24/+42
|/ | | | The second input buffer could be optional when prepo/srepo is called, test for the availability of the second buffer prior to reading from it.
* core: Remove unnecessary enum casts in log callsLioncash2020-12-081-2/+2
| | | | | Follows the video core PR. fmt doesn't require casts for enum classes anymore, so we can remove quite a few casts.
* service: Eliminate usages of the global system instanceLioncash2020-11-272-8/+5
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* ipc_helpers: Remove usage of the global system instanceLioncash2020-11-081-0/+1
| | | | | | | | | Resolves numerous deprecation warnings throughout the codebase due to inclusion of this header. Now building core should be significantly less noisy (and also relying on less global state). This also uncovered quite a few modules that were relying on indirect includes, which have also been fixed.
* 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