Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | service: ldn: Migrate and refractor service to new IPC | Narr the Reg | 2024-02-11 | 1 | -744/+58 |
| | |||||
* | Implemented qlaunch version of the controller applet | FrozenAra | 2023-11-19 | 1 | -1/+9 |
| | |||||
* | service: ldn: Implement lp2p:m and stub IMonitorService | Narr the Reg | 2023-10-01 | 1 | -2/+89 |
| | |||||
* | service: move hle_ipc from kernel | Liam | 2023-03-01 | 1 | -37/+37 |
| | |||||
* | service: refactor server architecture | Liam | 2023-02-21 | 1 | -7/+11 |
| | | | | Converts services to have their own processes | ||||
* | Revert "Merge pull request #9718 from yuzu-emu/revert-9508-hle-ipc-buffer-span" | ameerj | 2023-02-03 | 1 | -2/+2 |
| | | | | | 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 | -2/+2 |
| | |||||
* | hle_ipc: Rename ReadBufferSpan to ReadBuffer | ameerj | 2022-12-29 | 1 | -2/+2 |
| | |||||
* | service: Use ReadBufferSpan where it is trivial to do so | ameerj | 2022-12-25 | 1 | -2/+2 |
| | |||||
* | service: Make use of buffer element count helpers | Lioncash | 2022-11-23 | 1 | -2/+2 |
| | |||||
* | kernel: remove KWritableEvent | Liam | 2022-10-13 | 1 | -1/+1 |
| | |||||
* | Address some review comments | FearlessTobi | 2022-09-20 | 1 | -2/+0 |
| | |||||
* | ldn: Initial implementation | FearlessTobi | 2022-09-09 | 1 | -99/+130 |
| | |||||
* | core: ldn: Address review comments part 2 | german77 | 2022-08-12 | 1 | -268/+297 |
| | |||||
* | core: ldn: Address review comments | Narr the Reg | 2022-08-08 | 1 | -35/+41 |
| | |||||
* | ldn: Add better stubs and more data types | FearlessTobi | 2022-08-07 | 1 | -59/+372 |
| | | | | | Co-Authored-By: Narr the Reg <5944268+german77@users.noreply.github.com> Co-Authored-By: Morph <39850852+Morph1984@users.noreply.github.com> | ||||
* | general: Convert source file copyright comments over to SPDX | Morph | 2022-04-23 | 1 | -3/+2 |
| | | | | | 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: Replace RESULT_SUCCESS with ResultSuccess | Morph | 2021-06-02 | 1 | -8/+8 |
| | | | | Transition to PascalCase for result names. | ||||
* | ldn: Add and stub lp2p:sys lp2p:app INetworkServiceMonitor INetworkService | german77 | 2021-05-26 | 1 | -0/+141 |
| | |||||
* | core: hle: ldn: Error out on call to Initialization. | bunnei | 2021-02-27 | 1 | -1/+1 |
| | | | | - Since we do not emulate LDN, returning an error here makes more sense. | ||||
* | hle: service: ldn: IUserLocalCommunicationService: Improve the stub. | bunnei | 2021-02-14 | 1 | -5/+29 |
| | |||||
* | hle: service: ldn: IUserLocalCommunicationService: Indicate that LDN is disabled. | bunnei | 2021-02-14 | 1 | -3/+5 |
| | | | | - Fixes crash on Pokemon Sword/Shield when pressing 'Y'. | ||||
* | service: Eliminate usages of the global system instance | Lioncash | 2020-11-27 | 1 | -14/+15 |
| | | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services. | ||||
* | ldn: Update function table | VolcaEM | 2020-06-27 | 1 | -0/+1 |
| | | | This was based on Switchbrew page: https://switchbrew.org/wiki/LDN_services | ||||
* | IUserLocalCommunicationService: add function Initialize2 | Nguyen Dac Nam | 2020-02-16 | 1 | -1/+9 |
| | |||||
* | HLE: correct function name of IUserLocalCommunicationService | Nguyen Dac Nam | 2020-02-16 | 1 | -1/+1 |
| | | | | 402: function name should be Initialize2 (7.0.0+) not SetOperationMode Follow by: https://switchbrew.org/wiki/LDN_services#IUserLocalCommunicationService | ||||
* | service: Update service function tables | Lioncash | 2019-04-11 | 1 | -4/+50 |
| | | | | Updates function tables based off information from SwitchBrew. | ||||
* | Changed logging to be "Log before execution", Added more error logging, all services should now log on some level | David Marcec | 2018-11-26 | 1 | -6/+6 |
| | |||||
* | service: Add ldn services | Lioncash | 2018-07-26 | 1 | -0/+142 |
Adds ldn services based off information provided by Switch Brew. |