summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/olsc/olsc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* olsc: rewrite IOlscServiceForApplicationLiam2024-02-221-4/+10
|
* olsc: move INativeHandleHolder, IOlscServiceForApplication, IOlscServiceForSystemService, ITransferTaskListControllerLiam2024-02-211-207/+2
|
* 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-211-3/+6
| | | | Converts services to have their own processes
* general: Convert source file copyright comments over to SPDXMorph2022-04-231-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.
* 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-271-3/+3
| | | | | 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-191-0/+69
- Used by Animal Cross: New Horizons v1.6.0 update, minimal stub gets this update working.