Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | service: hle: Allow to access read buffer A and X directly | german77 | 2023-10-17 | 1 | -32/+8 |
| | |||||
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -8/+8 |
| | |||||
* | service: refactor server architecture | Liam | 2023-02-21 | 2 | -11/+16 |
| | | | | Converts services to have their own processes | ||||
* | general: rename CurrentProcess to ApplicationProcess | Liam | 2023-02-14 | 1 | -2/+2 |
| | |||||
* | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | 2023-02-03 | 1 | -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" | liamwhite | 2023-02-02 | 1 | -4/+4 |
| | |||||
* | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | 2022-12-29 | 1 | -8/+8 |
| | |||||
* | service: Use ReadBufferSpan where it is trivial to do so | ameerj | 2022-12-25 | 1 | -12/+12 |
| | |||||
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 2 | -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 system | Morph | 2021-11-04 | 1 | -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 GetProgramID | Morph | 2021-11-04 | 1 | -2/+2 |
| | |||||
* | general: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -7/+7 |
| | | | | Transition to PascalCase for result names. | ||||
* | hle: kernel: Rename Process to KProcess. | bunnei | 2021-05-06 | 1 | -1/+1 |
| | |||||
* | hle: kernel: Refactor out various KThread std::shared_ptr usage. | bunnei | 2021-05-06 | 1 | -4/+4 |
| | |||||
* | prepo: Stub GetTransmissionStatus | Morph | 2021-01-31 | 1 | -1/+11 |
| | |||||
* | prepo: Stub RequestImmediateTransmission | Morph | 2021-01-31 | 1 | -1/+8 |
| | | | | - Used by Animal Crossing: New Horizons | ||||
* | Merge pull request #5838 from german77/prepostub | Morph | 2021-01-30 | 1 | -1/+10 |
|\ | | | | | prepo: Stub GetSystemSessionId | ||||
| * | Stub GetSystemSessionId | german | 2021-01-30 | 1 | -1/+10 |
| | | |||||
* | | prepo: Fix BufferDescriptorX invalid buffer errors and add "New" variants of SaveReport | Morph | 2021-01-28 | 1 | -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 calls | Lioncash | 2020-12-08 | 1 | -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 instance | Lioncash | 2020-11-27 | 2 | -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 instance | Lioncash | 2020-11-08 | 1 | -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/services | bunnei | 2020-07-11 | 1 | -0/+5 |
|\ | | | | | service: Update function tables | ||||
| * | service: Update function tables | VolcaEM | 2020-06-29 | 1 | -0/+5 |
| | | |||||
* | | prepo: : Don't read extra buffer from report unless passed | David Marcec | 2020-06-24 | 1 | -1/+6 |
|/ | | | | Prepo doesn't always pass a secondary buffer, we assume it always does which leads to a bad read. | ||||
* | service: Update function tables | Lioncash | 2020-04-20 | 1 | -4/+8 |
| | | | | | | Keeps the service function tables up to date. Updated based off information on SwitchBrew. | ||||
* | services: prepo: Fix IPC interface with SaveReport/SaveReportWithUser. | bunnei | 2020-02-06 | 1 | -15/+15 |
| | |||||
* | service: Update function tables | Lioncash | 2019-11-12 | 1 | -0/+1 |
| | | | | | | Keeps the function tables up to date. Updated based off information from Switchbrew. | ||||
* | Rebase | David Marcec | 2019-09-22 | 2 | -8/+12 |
| | |||||
* | prepo: Remove system global accessors | Zach Hilman | 2019-09-22 | 2 | -14/+17 |
| | |||||
* | prepo: Implement SaveReport New and System variants | Zach Hilman | 2019-09-22 | 1 | -15/+71 |
| | |||||
* | loader: Move NSO module tracking to AppLoader | Zach Hilman | 2019-05-26 | 1 | -3/+3 |
| | | | Also cleanup of general stuff | ||||
* | prepo: Save reports from PlayReport service | Zach Hilman | 2019-05-25 | 1 | -2/+23 |
| | | | | Logs a lot of seemingly innocuous telemetry games generate. | ||||
* | prepo: Update service function table. | Lioncash | 2018-10-21 | 1 | -8/+13 |
| | | | | | | Also introduces the new prepo:a2 service. Updated based off information provided by Switchbrew. | ||||
* | service/prepo: Move class into the cpp file | Lioncash | 2018-09-12 | 2 | -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 guard | Lioncash | 2018-07-19 | 1 | -0/+2 |
| | |||||
* | Rename logging macro back to LOG_* | James Rowe | 2018-07-03 | 1 | -1/+1 |
| | |||||
* | Switched to NGLOG_WARNING | David Marcec | 2018-04-27 | 1 | -1/+1 |
| | |||||
* | Added PREPO to logging backend, Removed comments from SaveReportWithUser | David Marcec | 2018-04-26 | 1 | -12/+1 |
| | |||||
* | GetIUserInterface->CreateUserInterface, Added todos and stub logs. Playreport->PlayReport. | David Marcec | 2018-04-23 | 2 | -15/+29 |
| | |||||
* | lioncash proposed changes | David | 2018-04-22 | 1 | -2/+2 |
| | |||||
* | Implemented GetIUserInterface properly, Playreport and SSL::SetInterfaceVersion. Fixed ipc issues with IAudioDevice(wrong ids) | David Marcec | 2018-04-22 | 2 | -0/+63 |