summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_types.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2022-10-25 18:13:31 +0200
committerGitHub <noreply@github.com>2022-10-25 18:13:31 +0200
commite59bd6c3355874b9680993658b0711a7e07d1fb1 (patch)
treed34c2944b3bc6bf9b6d15a413c1c1613b033bf58 /src/core/hle/service/nfp/nfp_types.h
parentMerge pull request #9107 from german77/gidoly_rules (diff)
parentcore: hid: Add handheld to nfc devices (diff)
downloadyuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.tar
yuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.tar.gz
yuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.tar.bz2
yuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.tar.lz
yuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.tar.xz
yuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.tar.zst
yuzu-e59bd6c3355874b9680993658b0711a7e07d1fb1.zip
Diffstat (limited to 'src/core/hle/service/nfp/nfp_types.h')
-rw-r--r--src/core/hle/service/nfp/nfp_types.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/core/hle/service/nfp/nfp_types.h b/src/core/hle/service/nfp/nfp_types.h
index c09f9ddb6..63d5917cb 100644
--- a/src/core/hle/service/nfp/nfp_types.h
+++ b/src/core/hle/service/nfp/nfp_types.h
@@ -17,11 +17,6 @@ enum class ServiceType : u32 {
System,
};
-enum class State : u32 {
- NonInitialized,
- Initialized,
-};
-
enum class DeviceState : u32 {
Initialized,
SearchingForTag,