Partial game-info-screen rework

This commit is contained in:
Henrik Rydgård
2025-11-15 20:44:14 +01:00
parent a660932faa
commit 1ae76e871b
10 changed files with 147 additions and 109 deletions
+2 -2
View File
@@ -592,7 +592,7 @@ void RemoteISOBrowseScreen::CreateViews() {
auto di = GetI18NCategory(I18NCat::DIALOG);
auto ri = GetI18NCategory(I18NCat::REMOTEISO);
bool portrait = GetDeviceOrientation() == DeviceOrientation::Portrait;
const bool portrait = GetDeviceOrientation() == DeviceOrientation::Portrait;
using namespace UI;
@@ -606,7 +606,7 @@ void RemoteISOBrowseScreen::CreateViews() {
ScrollView *scrollRecentGames = new ScrollView(ORIENT_VERTICAL, new LinearLayoutParams(FILL_PARENT, WRAP_CONTENT));
scrollRecentGames->SetTag("RemoteGamesTab");
GameBrowser *tabRemoteGames = new GameBrowser(GetRequesterToken(),
Path(url_), BrowseFlags::NAVIGATE, &g_Config.bGridView1, screenManager(), "", "",
Path(url_), BrowseFlags::NAVIGATE, portrait, &g_Config.bGridView1, screenManager(), "", "",
new LinearLayoutParams(FILL_PARENT, FILL_PARENT));
tabRemoteGames->SetHomePath(Path(url_));