summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/arp/arp.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* arp: Move to glue servicesZach Hilman2019-06-251-75/+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-051-0/+75
Adds the basic skeleton of the arp services based off the information provided by Switch Brew.