summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorbunnei <bunneidev@gmail.com>2018-03-26 22:24:31 -0400
committerbunnei <bunneidev@gmail.com>2018-03-26 23:02:35 -0400
commit12b05c719eac7ed289a1d3d2acfb94704326fac1 (patch)
treebc325f8b272ee36157eb8f06c1fae89bb6d8151d /src/core/settings.h
parentb4bf099793d8e9a065769c35bb4b8e20bf107549 (diff)
config: Add setting for whether the system is docked or not.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 6f8cd0f03..002d25dbd 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -111,6 +111,9 @@ enum class CpuCore {
};
struct Values {
+ // System
+ bool is_docked;
+
// Controls
std::array<std::string, NativeButton::NumButtons> buttons;
std::array<std::string, NativeAnalog::NumAnalogs> analogs;