summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar Emmanuel Gil Peyrot2015-02-21 23:50:16 +0000
committerGravatar Emmanuel Gil Peyrot2015-02-22 21:09:08 +0100
commitaa64f69af019d6a30e812593eaa70ba9c90dd865 (patch)
treef6de223fb79ddf3563d4c7f5a5e126f59f61835c /src/core/settings.h
parentMerge pull request #590 from linkmauve/rename-dolphin (diff)
downloadyuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.tar.gz
yuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.tar.xz
yuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.zip
Frontends, HID: Add New 3DS specific pad buttons, and stub the touch one.
Diffstat (limited to 'src/core/settings.h')
-rw-r--r--src/core/settings.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h
index e62dd4358..870eea958 100644
--- a/src/core/settings.h
+++ b/src/core/settings.h
@@ -16,6 +16,8 @@ struct Values {
16 int pad_y_key; 16 int pad_y_key;
17 int pad_l_key; 17 int pad_l_key;
18 int pad_r_key; 18 int pad_r_key;
19 int pad_zl_key;
20 int pad_zr_key;
19 int pad_start_key; 21 int pad_start_key;
20 int pad_select_key; 22 int pad_select_key;
21 int pad_home_key; 23 int pad_home_key;
@@ -27,6 +29,10 @@ struct Values {
27 int pad_sdown_key; 29 int pad_sdown_key;
28 int pad_sleft_key; 30 int pad_sleft_key;
29 int pad_sright_key; 31 int pad_sright_key;
32 int pad_cup_key;
33 int pad_cdown_key;
34 int pad_cleft_key;
35 int pad_cright_key;
30 36
31 // Core 37 // Core
32 int gpu_refresh_rate; 38 int gpu_refresh_rate;