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