citra-qt: game list search function (#2673)
* citra-qt: game list search function * Empty search field during game list refresh * Code improvements * Code formatting * Autofocus search field * JayFoxRox's recommendations * lioncash's review
This commit is contained in:
parent
ea53d6085a
commit
06d4654966
7 changed files with 299 additions and 19 deletions
|
@ -27,6 +27,7 @@ struct Values {
|
|||
|
||||
bool single_window_mode;
|
||||
bool display_titlebar;
|
||||
bool show_filter_bar;
|
||||
bool show_status_bar;
|
||||
|
||||
bool confirm_before_closing;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue