summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/nfc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Service: Remove unnecessary includes from service.hYuri Kunde Schlesner2017-06-061-0/+2
| | | | | This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
* Service/NFC: stub some functionsmailwl2017-01-141-0/+105
| | | | Tested on: Mini-Mario & Friends - amiibo Challenge
* Service/NFC: stub GetTagInRangeEventmailwl2016-12-301-0/+20
| | | | Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
* service: Add nfc servicesLioncash2016-12-081-0/+18
3dbrew was used for the command information.