Services/NFC: Stub StartTagScanning as it should be for o3DS

This commit is contained in:
shinyquagsire23
2017-12-01 12:37:00 -07:00
parent b2a99043e3
commit 5ad4cf619e
2 changed files with 22 additions and 5 deletions

View File

@@ -12,6 +12,12 @@ class Interface;
namespace NFC {
namespace ErrCodes {
enum {
CommandInvalidForState = 512,
};
} // namespace ErrCodes
enum class TagState : u8 {
NotInitialized = 0,
NotScanning = 1,