summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nim/nim.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-271-4/+4
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* Deglobalize System: NimDavid Marcec2019-09-221-1/+5
|
* service: Add the nim servicesLioncash2018-07-261-0/+15
| | | | | Adds the skeleton for the nim services based off information from Switch Brew.
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-41/+0
|
* Services/NIM: Implement CheckForSysUpdateEvent.Subv2017-09-301-0/+11
| | | | | Implementation verified by reverse engineering. This lets the Home Menu boot without crashing on startup.
* services: Get rid of unnecessary includesLioncash2016-02-021-3/+3
|
* Services: Continue separation of services into their own folderspurpasmart962015-06-121-0/+30