summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc (unfollow)
Commit message (Collapse)AuthorFilesLines
2018-07-27service/nfc: Implement Create[x]Interface functionsLioncash1-4/+43
These simply return the respective interface.
2018-07-27service: Add nfc servicesLioncash2-0/+198
Adds the skeleton of the nfc service based off the information provided on Switch Brew.
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei6-433/+0
2017-06-19ResultVal: Remove MoveFrom()Yuri Kunde Schlesner1-2/+2
Replace it with std::move(result_val).Unwrap(), or Foo().Unwrap() in case you already have an rvalue.
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner1-0/+2
This has a huge fallout in terms of needing to fix other files because all service implementations included that file.
2017-01-14Service/NFC: stub some functionsmailwl4-20/+249
Tested on: Mini-Mario & Friends - amiibo Challenge
2016-12-30Service/NFC: stub GetTagInRangeEventmailwl4-0/+41
Fix Fatal Error in Mini-Mario & Friends - amiibo Challenge
2016-12-08service: Add nfc servicesLioncash6-0/+161
3dbrew was used for the command information.