summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/olsc/olsc.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-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.
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-3/+3
Transition to PascalCase for result names.
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 instanceLioncash1-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.
2020-11-20olsc: Move member initialization to after member functions.bunnei1-2/+2
2020-11-19hle: service: Stub OLSC Initialize and SetSaveDataBackupSettingEnabled functions.bunnei1-0/+69
- Used by Animal Cross: New Horizons v1.6.0 update, minimal stub gets this update working.