summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/nfc.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* service/nfc: Implement Create[x]Interface functionsLioncash2018-07-271-4/+43
| | | | These simply return the respective interface.
* service: Add nfc servicesLioncash2018-07-271-0/+183
| | | | | Adds the skeleton of the nfc service based off the information provided on Switch Brew.
* hle: Remove a large amount of 3ds-specific service code.bunnei2017-10-101-145/+0
|
* ResultVal: Remove MoveFrom()Yuri Kunde Schlesner2017-06-191-2/+2
| | | | | Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
* 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.