diff options
author | shinyquagsire23 <mtinc2@gmail.com> | 2018-01-15 09:35:25 +0100 |
---|---|---|
committer | shinyquagsire23 <mtinc2@gmail.com> | 2018-01-15 10:30:53 +0100 |
commit | 801d6c1b6f0e09f57c6d45d0b358416e55b5afc5 (patch) | |
tree | 8f47e7ba086c901de2cddd77084c997379c9c22c | |
parent | yuzu_cmd: fix default ini (diff) | |
download | yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.tar yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.tar.gz yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.tar.bz2 yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.tar.lz yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.tar.xz yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.tar.zst yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.zip |
Diffstat (limited to '')
-rw-r--r-- | src/core/settings.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core/settings.h b/src/core/settings.h index be79ff78e..bd9a3d9fe 100644 --- a/src/core/settings.h +++ b/src/core/settings.h @@ -44,6 +44,7 @@ enum Values { SR, Home, + Screenshot, NumButtons, }; @@ -81,6 +82,7 @@ static const std::array<const char*, NumButtons> mapping = {{ "button_sl", "button_sr", "button_home", + "button_screenshot", }}; } // namespace NativeButton |