summaryrefslogtreecommitdiffstats
path: root/src/core/hle/service/nfp/nfp_device.h
diff options
context:
space:
mode:
authorliamwhite <liamwhite@users.noreply.github.com>2023-03-27 18:16:24 +0200
committerGitHub <noreply@github.com>2023-03-27 18:16:24 +0200
commit3b30f5d8235a8b1118ffb9da932ffd3e6e15a3f6 (patch)
treee267b6cd31eebc440c6accdaacd6927824381502 /src/core/hle/service/nfp/nfp_device.h
parentMerge pull request #9994 from liamwhite/integer-constant (diff)
parentservice: nfp: Add plain amiibo support (diff)
downloadyuzu-3b30f5d8235a8b1118ffb9da932ffd3e6e15a3f6.tar
yuzu-3b30f5d8235a8b1118ffb9da932ffd3e6e15a3f6.tar.gz
yuzu-3b30f5d8235a8b1118ffb9da932ffd3e6e15a3f6.tar.bz2
yuzu-3b30f5d8235a8b1118ffb9da932ffd3e6e15a3f6.tar.lz
yuzu-3b30f5d8235a8b1118ffb9da932ffd3e6e15a3f6.tar.xz
yuzu-3b30f5d8235a8b1118ffb9da932ffd3e6e15a3f6.tar.zst
yuzu-3b30f5d8235a8b1118ffb9da932ffd3e6e15a3f6.zip
Diffstat (limited to 'src/core/hle/service/nfp/nfp_device.h')
-rw-r--r--src/core/hle/service/nfp/nfp_device.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/hle/service/nfp/nfp_device.h b/src/core/hle/service/nfp/nfp_device.h
index 27122e86e..7f963730d 100644
--- a/src/core/hle/service/nfp/nfp_device.h
+++ b/src/core/hle/service/nfp/nfp_device.h
@@ -95,6 +95,7 @@ private:
bool is_initalized{};
bool is_data_moddified{};
bool is_app_area_open{};
+ bool is_plain_amiibo{};
TagProtocol allowed_protocols{};
s64 current_posix_time{};
MountTarget mount_target{MountTarget::None};