Some game config button cleanup on pause screen

This commit is contained in:
Henrik Rydgård
2025-12-25 13:32:38 +01:00
parent ae856c5d45
commit 2d39a88253
4 changed files with 29 additions and 15 deletions
+2
View File
@@ -410,6 +410,8 @@ void SystemInfoScreen::CreateDriverBugsTab(UI::LinearLayout *driverBugs) {
auto si = GetI18NCategory(I18NCat::SYSINFO);
driverBugs->Add(new ItemHeader(si->T("Driver bugs")));
bool anyDriverBugs = false;
Draw::DrawContext *draw = screenManager()->getDrawContext();
for (int i = 0; i < (int)draw->GetBugs().MaxBugIndex(); i++) {