summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/olsc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: olsc: Implement IOlscServiceForSystemService ITransferTaskListController interfaces for QLaunchgerman772023-08-051-6/+152
|
* service: move hle_ipc from kernelLiam2023-03-011-4/+4
|
* service: refactor server architectureLiam2023-02-212-9/+7
| | | | Converts services to have their own processes
* 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.
* service: Reduce header include overheadMorph2021-10-071-1/+0
|
* general: Replace RESULT_SUCCESS with ResultSuccessMorph2021-06-021-3/+3
| | | | Transition to PascalCase for result names.
* olsc: Update to 12.xgerman772021-04-091-0/+1
|
* olsc: Stub GetSaveDataBackupSettinggerman2021-02-081-1/+12
|
* service: Eliminate usages of the global system instanceLioncash2020-11-272-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.
* olsc: Move member initialization to after member functions.bunnei2020-11-201-2/+2
|
* hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions.bunnei2020-11-192-0/+85
- Used by Animal Cross: New Horizons v1.6.0 update, minimal stub gets this update working.