summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2019-04-01 15:02:08 -0400
committerGitHub <noreply@github.com>2019-04-01 15:02:08 -0400
commit62860dc0b0e958a3119eb68bd8e005bf54664aab (patch)
tree47cf8194d8cb3134724b327281e499ae30700ae3 /src/core/settings.h
parentffc72c8f15009cfa9a296c2303b8d79d62b2ca19 (diff)
parentff7e6a42c1063a9783c1cf88a144577616c2ca86 (diff)
Merge pull request #2301 from FearlessTobi/remove-amiibo-setting
core/yuzu: Remove enable_nfc setting
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index cdfb2f742..d543eb32f 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -349,7 +349,6 @@ struct TouchscreenInput {
struct Values {
// System
bool use_docked_mode;
- bool enable_nfc;
std::optional<u32> rng_seed;
// Measured in seconds since epoch
std::optional<std::chrono::seconds> custom_rtc;