diff options
author | Bartosz Kaszubowski <gosimek@gmail.com> | 2020-01-19 21:56:49 +0100 |
---|---|---|
committer | bunnei <bunneidev@gmail.com> | 2020-01-19 15:56:49 -0500 |
commit | 9ac33c26205d9a05f756cea115778a36b8a5a9ab (patch) | |
tree | beb8d3b8199c85ce35ff9950c84e4cea39bbf3f9 /src/yuzu/configuration/configure_gamelist.h | |
parent | 51c8aea9793075f28b8f9515c37c077ce8de4e8d (diff) |
GUI/gamelist: add "None" as an option for second row and remove dynamically duplicate row options (#3309)
* GUI/gamelist: add "None" as an option for second row and remove duplicated row options
* fix clang-format warnings
Diffstat (limited to 'src/yuzu/configuration/configure_gamelist.h')
-rw-r--r-- | src/yuzu/configuration/configure_gamelist.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/yuzu/configuration/configure_gamelist.h b/src/yuzu/configuration/configure_gamelist.h index e11822919..ecd3fa174 100644 --- a/src/yuzu/configuration/configure_gamelist.h +++ b/src/yuzu/configuration/configure_gamelist.h @@ -31,5 +31,8 @@ private: void InitializeIconSizeComboBox(); void InitializeRowComboBoxes(); + void UpdateFirstRowComboBox(bool init = false); + void UpdateSecondRowComboBox(bool init = false); + std::unique_ptr<Ui::ConfigureGameList> ui; }; |