summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/arp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arp: Move to glue servicesZach Hilman2019-06-252-91/+0
| | | | Glue is the name of the sysmodule that contains both arp and bgtc.
* Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec2018-11-261-2/+2
|
* service: Add arp servicesLioncash2018-08-052-0/+91
Adds the basic skeleton of the arp services based off the information provided by Switch Brew.