citra_qt: Add Game List configuration
This adds a Game List configuration group box which is similar to yuzu's, with features including icon size setting, row 1/2 text, and ability to hide invalid titles (those without a valid SMDH). I also added a UI tab and moved the language and theme settings there.
This commit is contained in:
@@ -58,6 +58,12 @@ struct Values {
|
||||
// Discord RPC
|
||||
bool enable_discord_presence;
|
||||
|
||||
// Game List
|
||||
int game_list_icon_size;
|
||||
int game_list_row_1;
|
||||
int game_list_row_2;
|
||||
bool game_list_hide_no_icon;
|
||||
|
||||
QString roms_path;
|
||||
QString symbols_path;
|
||||
QString movie_record_path;
|
||||
|
||||
Reference in New Issue
Block a user