diff options
author | shinyquagsire23 <mtinc2@gmail.com> | 2018-01-15 10:27:30 +0100 |
---|---|---|
committer | shinyquagsire23 <mtinc2@gmail.com> | 2018-01-15 10:30:58 +0100 |
commit | 9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba (patch) | |
tree | 0e472b940fa07dc5be189a6bf0d78eda12dbf5bf | |
parent | hid: Bare-minimum sharedmem input (diff) | |
download | yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.tar yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.tar.gz yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.tar.bz2 yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.tar.lz yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.tar.xz yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.tar.zst yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.zip |
-rw-r--r-- | src/yuzu_cmd/default_ini.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/yuzu_cmd/default_ini.h b/src/yuzu_cmd/default_ini.h index 47d1198b3..469df96cc 100644 --- a/src/yuzu_cmd/default_ini.h +++ b/src/yuzu_cmd/default_ini.h @@ -48,7 +48,8 @@ button_lstick_right= button_lstick_down= button_sl= button_sr= -button_home" +button_home= +button_screenshot= # for analog input, the following devices are available: # - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters: |