summaryrefslogtreecommitdiff
path: root/src/core/settings.h
diff options
context:
space:
mode:
authorGravatar bunnei2015-02-23 21:13:29 -0500
committerGravatar bunnei2015-02-23 21:13:29 -0500
commit3700263f71d24b27fe1ff992985f45d7438069c1 (patch)
treeccd9c0a8eef4cdcf7ec4d41cf861a49e46186d3d /src/core/settings.h
parentMerge pull request #581 from archshift/tfe (diff)
parentFrontends, HID: Add New 3DS specific pad buttons, and stub the touch one. (diff)
downloadyuzu-3700263f71d24b27fe1ff992985f45d7438069c1.tar.gz
yuzu-3700263f71d24b27fe1ff992985f45d7438069c1.tar.xz
yuzu-3700263f71d24b27fe1ff992985f45d7438069c1.zip
Merge pull request #595 from linkmauve/new-3ds-input
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;