summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2016-05-24 23:22:44 +0200
committerbunnei <bunneidev@gmail.com>2016-05-24 23:24:11 +0200
commitc106f71bebdc6fffc03967f5a57618cfbe2ebaed (patch)
treeb2a38b17a7ba306d97e90c3a0bf1a29cd8c841f8 /src/core/settings.h
parentMerge pull request #1520 from JamePeng/checknew3ds (diff)
downloadyuzu-c106f71bebdc6fffc03967f5a57618cfbe2ebaed.tar
yuzu-c106f71bebdc6fffc03967f5a57618cfbe2ebaed.tar.gz
yuzu-c106f71bebdc6fffc03967f5a57618cfbe2ebaed.tar.bz2
yuzu-c106f71bebdc6fffc03967f5a57618cfbe2ebaed.tar.lz
yuzu-c106f71bebdc6fffc03967f5a57618cfbe2ebaed.tar.xz
yuzu-c106f71bebdc6fffc03967f5a57618cfbe2ebaed.tar.zst
yuzu-c106f71bebdc6fffc03967f5a57618cfbe2ebaed.zip
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index a61f25cbe..ea72f4d9c 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -42,7 +42,7 @@ static const std::array<Values, NUM_INPUTS> All = {{
struct Values {
// CheckNew3DS
- bool is_new3ds;
+ bool is_new_3ds;
// Controls
std::array<int, NativeInput::NUM_INPUTS> input_mappings;