summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-08-06 21:54:19 +0200
committerwwylele <wwylele@gmail.com>2017-08-11 10:03:18 +0200
commit867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0 (patch)
tree8c4b98f7782e794f57603e20a44cea75e4788ea1 /src/core/settings.h
parentMerge pull request #2874 from danzel/spelling-1 (diff)
downloadyuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.tar
yuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.tar.gz
yuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.tar.bz2
yuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.tar.lz
yuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.tar.xz
yuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.tar.zst
yuzu-867eabd6b7effc8ba6c21d7fcbd0480b14f81ad0.zip
Diffstat (limited to '')
-rw-r--r--src/core/settings.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index ee16bb90a..7e15b119b 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -79,6 +79,7 @@ struct Values {
// Controls
std::array<std::string, NativeButton::NumButtons> buttons;
std::array<std::string, NativeAnalog::NumAnalogs> analogs;
+ std::string motion_device;
// Core
bool use_cpu_jit;