CPU clock rate slider
Some checks failed
eden-build / source (push) Successful in 7m40s
eden-build / android (push) Failing after 17m50s
eden-build / linux (push) Failing after 25m30s
eden-license / license-header (pull_request_target) Has been cancelled
eden-build / windows (msvc) (push) Has been cancelled

very wip

Signed-off-by: swurl <swurl@swurl.xyz>
This commit is contained in:
swurl 2025-04-17 01:40:19 -04:00
parent be1c1e4a48
commit 2b0a8fcd6d
Signed by: crueter
GPG key ID: A5A7629F109C8FD1
13 changed files with 94 additions and 35 deletions

View file

@ -29,9 +29,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::checkStateChanged, this,
&ConfigureFilesystem::UpdateEnabledControls);
connect(ui->gamecard_current_game, &QCheckBox::stateChanged, this,
connect(ui->gamecard_current_game, &QCheckBox::checkStateChanged, this,
&ConfigureFilesystem::UpdateEnabledControls);
}