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
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:
parent
be1c1e4a48
commit
2b0a8fcd6d
13 changed files with 94 additions and 35 deletions
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue