diff options
| author | 2018-01-15 01:35:25 -0700 | |
|---|---|---|
| committer | 2018-01-15 02:30:53 -0700 | |
| commit | 801d6c1b6f0e09f57c6d45d0b358416e55b5afc5 (patch) | |
| tree | 8f47e7ba086c901de2cddd77084c997379c9c22c | |
| parent | yuzu_cmd: fix default ini (diff) | |
| download | yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.tar.gz yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.tar.xz yuzu-801d6c1b6f0e09f57c6d45d0b358416e55b5afc5.zip | |
settings: Screenshot button
| -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 { | |||
| 44 | SR, | 44 | SR, |
| 45 | 45 | ||
| 46 | Home, | 46 | Home, |
| 47 | Screenshot, | ||
| 47 | 48 | ||
| 48 | NumButtons, | 49 | NumButtons, |
| 49 | }; | 50 | }; |
| @@ -81,6 +82,7 @@ static const std::array<const char*, NumButtons> mapping = {{ | |||
| 81 | "button_sl", | 82 | "button_sl", |
| 82 | "button_sr", | 83 | "button_sr", |
| 83 | "button_home", | 84 | "button_home", |
| 85 | "button_screenshot", | ||
| 84 | }}; | 86 | }}; |
| 85 | } // namespace NativeButton | 87 | } // namespace NativeButton |
| 86 | 88 | ||