diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-02-22 00:50:16 +0100 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-02-22 21:09:08 +0100 |
commit | aa64f69af019d6a30e812593eaa70ba9c90dd865 (patch) | |
tree | f6de223fb79ddf3563d4c7f5a5e126f59f61835c /src/core/settings.h | |
parent | Merge pull request #590 from linkmauve/rename-dolphin (diff) | |
download | yuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.tar yuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.tar.gz yuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.tar.bz2 yuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.tar.lz yuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.tar.xz yuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.tar.zst yuzu-aa64f69af019d6a30e812593eaa70ba9c90dd865.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/settings.h | 6 |
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 { int pad_y_key; int pad_l_key; int pad_r_key; + int pad_zl_key; + int pad_zr_key; int pad_start_key; int pad_select_key; int pad_home_key; @@ -27,6 +29,10 @@ struct Values { int pad_sdown_key; int pad_sleft_key; int pad_sright_key; + int pad_cup_key; + int pad_cdown_key; + int pad_cleft_key; + int pad_cright_key; // Core int gpu_refresh_rate; |