summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/olsc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.