summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/wlan (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service: Eliminate usages of the global system instanceLioncash2020-11-272-12/+16
| | | | | Completely removes all usages of the global system instance within the services code by passing in the using system instance to the services.
* service: Update function tablesVolcaEM2020-06-291-47/+55
|
* service: Add wlan servicesLioncash2018-07-292-0/+187
Adds the basic skeleton for the wlan services based off the information on Switch Brew.