summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/olsc (unfollow)
Commit message (Expand)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
2023-02-14remove static from pointer sized or smaller types for aesthetics, change constexpr static to static constexpr for consistencyarades791-1/+1
2023-02-14add static lifetime to constexpr values to force compile time evaluation where possiblearades791-1/+1
2022-04-23general: Convert source file copyright comments over to SPDXMorph2-6/+4
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
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
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