summaryrefslogtreecommitdiffstats
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorwwylele <wwylele@gmail.com>2017-08-08 20:34:17 +0200
committerwwylele <wwylele@gmail.com>2017-08-24 12:56:43 +0200
commitc84e60b4700778db236d3177714a076c515f9ce7 (patch)
tree6b98955761908bae410049c0609f942da23c8e82 /src/core/settings.h
parentMerge pull request #2839 from Subv/global_kernel_lock (diff)
downloadyuzu-c84e60b4700778db236d3177714a076c515f9ce7.tar
yuzu-c84e60b4700778db236d3177714a076c515f9ce7.tar.gz
yuzu-c84e60b4700778db236d3177714a076c515f9ce7.tar.bz2
yuzu-c84e60b4700778db236d3177714a076c515f9ce7.tar.lz
yuzu-c84e60b4700778db236d3177714a076c515f9ce7.tar.xz
yuzu-c84e60b4700778db236d3177714a076c515f9ce7.tar.zst
yuzu-c84e60b4700778db236d3177714a076c515f9ce7.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 7e15b119b..088d7651a 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -80,6 +80,7 @@ struct Values {
std::array<std::string, NativeButton::NumButtons> buttons;
std::array<std::string, NativeAnalog::NumAnalogs> analogs;
std::string motion_device;
+ std::string touch_device;
// Core
bool use_cpu_jit;