summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfc/nfc.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2024-02-24service: nfc: Implement SetNfcEnabledNarr the Reg1-2/+2
2023-05-06service: nfc: Merge device interfaces and create the device managerNarr the Reg1-60/+65
2023-04-24service: nfc: Create mifare interfaceNarr the Reg1-3/+29
2023-04-24service: nfc: Create interfaceNarr the Reg1-38/+72
2023-03-01service: move hle_ipc from kernelLiam1-5/+5
2023-02-21service: refactor server architectureLiam1-6/+9
2022-12-02service: nfc: Implement mifare serviceNarr the Reg1-26/+1
2022-11-19service: nfc: Implement nfc userNarr the Reg1-70/+1
2022-10-02nfp: Multiple fixes against HWgerman771-4/+4
2022-04-23general: Convert source file copyright comments over to SPDXMorph1-3/+2
2021-10-07service: Reduce header include overheadMorph1-1/+0
2021-06-02general: Replace RESULT_SUCCESS with ResultSuccessMorph1-8/+8
2021-04-15common: Move settings to common from core.bunnei1-1/+1
2020-11-27service: Eliminate usages of the global system instanceLioncash1-17/+17
2020-06-27nfc: Update function tableVolcaEM1-3/+3
2019-11-12service: Update function tablesLioncash1-0/+1
2019-03-29core/yuzu: Remove enable_nfc settingfearlessTobi1-1/+1
2018-11-26Changed logging to be "Log before execution", Added more error logging, all services should now log on some levelDavid Marcec1-12/+12
2018-10-24Added Amiibo support (#1390)David1-8/+45
2018-07-27service/nfc: Implement Create[x]Interface functionsLioncash1-4/+43
2018-07-27service: Add nfc servicesLioncash1-0/+183
2017-10-10hle: Remove a large amount of 3ds-specific service code.bunnei1-145/+0
2017-06-19ResultVal: Remove MoveFrom()Yuri Kunde Schlesner1-2/+2
2017-06-06Service: Remove unnecessary includes from service.hYuri Kunde Schlesner1-0/+2
2017-01-14Service/NFC: stub some functionsmailwl1-0/+105
2016-12-30Service/NFC: stub GetTagInRangeEventmailwl1-0/+20
2016-12-08service: Add nfc servicesLioncash1-0/+18