summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/olsc (unfollow)
Commit message (Collapse)AuthorFilesLines
2023-08-05service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunchgerman771-6/+152
2023-03-01service: move hle_ipc from kernelLiam1-4/+4
2023-02-21service: refactor server architectureLiam2-9/+7
Converts services to have their own processes
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
Signed-off-by: arades79 <scravers@protonmail.com>
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
Signed-off-by: arades79 <scravers@protonmail.com>
2022-04-23general: Convert source file copyright comments over to SPDXMorph2-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.
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
Transition to PascalCase for result names.
2021-04-09olsc: Update to 12.xgerman771-0/+1
2021-02-08olsc: Stub GetSaveDataBackupSettinggerman1-1/+12
2020-11-27service: Eliminate usages of the global system instanceLioncash2-4/+8
Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
2020-11-20olsc: Move member initialization to after member functions.bunnei1-2/+2
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions.bunnei2-0/+85
- Used by Animal Cross: New Horizons v1.6.0 update, minimal stub gets this update working.