citra_qt: Add single line mode for game list

This single line mode is aimed at restoring the intended behavior with Small or None icons. Line breaks will be replaced with commas (Region row) or spaces (Name row). One can toggle this option in UI configuration.
This commit is contained in:
zhupengfei
2019-08-20 20:03:15 +08:00
parent b078122167
commit 4144f4480d
5 changed files with 21 additions and 2 deletions

View File

@@ -85,6 +85,7 @@ struct Values {
GameListText game_list_row_1;
GameListText game_list_row_2;
bool game_list_hide_no_icon;
bool game_list_single_line_mode;
u16 screenshot_resolution_factor;