diff options
| author | 2018-01-15 02:27:30 -0700 | |
|---|---|---|
| committer | 2018-01-15 02:30:58 -0700 | |
| commit | 9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba (patch) | |
| tree | 0e472b940fa07dc5be189a6bf0d78eda12dbf5bf /src | |
| parent | hid: Bare-minimum sharedmem input (diff) | |
| download | yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.tar.gz yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.tar.xz yuzu-9fba2d68fe1c5947b0b9d1e64bb781a8e4be04ba.zip | |
yuzu_cmd: Fix default ini, add screenshot button
Diffstat (limited to 'src')
| -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= | |||
| 48 | button_lstick_down= | 48 | button_lstick_down= |
| 49 | button_sl= | 49 | button_sl= |
| 50 | button_sr= | 50 | button_sr= |
| 51 | button_home" | 51 | button_home= |
| 52 | button_screenshot= | ||
| 52 | 53 | ||
| 53 | # for analog input, the following devices are available: | 54 | # for analog input, the following devices are available: |
| 54 | # - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters: | 55 | # - "analog_from_button" (default) for emulating analog input from direction buttons. Required parameters: |