summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index 7150d9755..73dc3061f 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -112,6 +112,8 @@ static const std::array<const char*, NumAnalogs> mapping = {{
112struct Values { 112struct Values {
113 // System 113 // System
114 bool use_docked_mode; 114 bool use_docked_mode;
115 std::string username;
116 int language_index;
115 117
116 // Controls 118 // Controls
117 std::array<std::string, NativeButton::NumButtons> buttons; 119 std::array<std::string, NativeButton::NumButtons> buttons;
@@ -137,6 +139,13 @@ struct Values {
137 139
138 std::string log_filter; 140 std::string log_filter;
139 141
142 bool use_dev_keys;
143
144 // Audio
145 std::string sink_id;
146 std::string audio_device_id;
147 float volume;
148
140 // Debugging 149 // Debugging
141 bool use_gdbstub; 150 bool use_gdbstub;
142 u16 gdbstub_port; 151 u16 gdbstub_port;