Services/NFC: Stub StartTagScanning as it should be for o3DS
This commit is contained in:
@@ -12,6 +12,12 @@ class Interface;
|
||||
|
||||
namespace NFC {
|
||||
|
||||
namespace ErrCodes {
|
||||
enum {
|
||||
CommandInvalidForState = 512,
|
||||
};
|
||||
} // namespace ErrCodes
|
||||
|
||||
enum class TagState : u8 {
|
||||
NotInitialized = 0,
|
||||
NotScanning = 1,
|
||||
|
||||
Reference in New Issue
Block a user