diff options
| author | bunnei <bunneidev@gmail.com> | 2019-10-03 21:34:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-03 21:34:40 -0400 |
| commit | c81872851334ffbb6690e20ada876d877aff5af8 (patch) | |
| tree | 7a90ed215899506468f4f386bd2b17b1b43ee46b /src/yuzu/uisettings.h | |
| parent | 9aac7fbc22d07a50e6d71dc17da2d8c2eba63968 (diff) | |
| parent | 855e7237ff68add93de16ecb53857e9c5d6e7ff8 (diff) | |
Merge pull request #2898 from FearlessTobi/port-4004
Port citra-emu/citra#4004: "qt_themes: add two colorful themes"
Diffstat (limited to 'src/yuzu/uisettings.h')
| -rw-r--r-- | src/yuzu/uisettings.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/yuzu/uisettings.h b/src/yuzu/uisettings.h index c57290006..a8eaf5f8c 100644 --- a/src/yuzu/uisettings.h +++ b/src/yuzu/uisettings.h @@ -24,7 +24,7 @@ struct Shortcut { ContextualShortcut shortcut; }; -using Themes = std::array<std::pair<const char*, const char*>, 2>; +using Themes = std::array<std::pair<const char*, const char*>, 4>; extern const Themes themes; struct GameDir { |
