diff --git a/src/yuzu/configuration/configure_filesystem.cpp b/src/yuzu/configuration/configure_filesystem.cpp index f0310a30bd..27af4c8055 100644 --- a/src/yuzu/configuration/configure_filesystem.cpp +++ b/src/yuzu/configuration/configure_filesystem.cpp @@ -38,9 +38,9 @@ ConfigureFilesystem::ConfigureFilesystem(QWidget* parent) connect(ui->reset_game_list_cache, &QPushButton::pressed, this, &ConfigureFilesystem::ResetMetadata); - connect(ui->gamecard_inserted, &QCheckBox::stateChanged, this, + connect(ui->gamecard_inserted, &QCheckBox::STATE_CHANGED, this, &ConfigureFilesystem::UpdateEnabledControls); - connect(ui->gamecard_current_game, &QCheckBox::stateChanged, this, + connect(ui->gamecard_current_game, &QCheckBox::STATE_CHANGED, this, &ConfigureFilesystem::UpdateEnabledControls); } diff --git a/src/yuzu/render/performance_overlay.cpp b/src/yuzu/render/performance_overlay.cpp index 7abf7bb59b..f2620f54cc 100644 --- a/src/yuzu/render/performance_overlay.cpp +++ b/src/yuzu/render/performance_overlay.cpp @@ -68,6 +68,13 @@ PerformanceOverlay::PerformanceOverlay(MainWindow* parent) ui->verticalLayout->addWidget(m_fpsChartView, 1); + // thanks Debian. + QFont font = ui->fps->font(); + font.setWeight(QFont::DemiBold); + + ui->fps->setFont(font); + ui->frametime->setFont(font); + // pos/stats resetPosition(m_mainWindow->pos()); connect(parent, &MainWindow::positionChanged, this, &PerformanceOverlay::resetPosition); diff --git a/src/yuzu/render/performance_overlay.ui b/src/yuzu/render/performance_overlay.ui index 9942f8cf3f..215a80220d 100644 --- a/src/yuzu/render/performance_overlay.ui +++ b/src/yuzu/render/performance_overlay.ui @@ -39,7 +39,6 @@ Sans Serif 12 - DemiBold @@ -120,7 +119,6 @@ Sans Serif 12 - DemiBold