mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 00:41:26 +12:00
Add max SPURS threads to settings
This commit is contained in:
parent
e3f68c66d8
commit
164a7636bf
4 changed files with 27 additions and 1 deletions
|
@ -1364,6 +1364,11 @@ settings_dialog::settings_dialog(std::shared_ptr<gui_settings> guiSettings, std:
|
|||
xemu_settings->EnhanceCheckBox(ui->debugConsoleMode, emu_settings::DebugConsoleMode);
|
||||
SubscribeTooltip(ui->debugConsoleMode, json_debug["debugConsoleMode"].toString());
|
||||
|
||||
// Comboboxes
|
||||
xemu_settings->EnhanceComboBox(ui->maxSPURSThreads, emu_settings::MaxSPURSThreads, true);
|
||||
ui->maxSPURSThreads->setItemText(ui->maxSPURSThreads->findData("6"), tr("Unlimited (Default)"));
|
||||
SubscribeTooltip(ui->maxSPURSThreads, json_debug["maxSPURSThreads"].toString());
|
||||
|
||||
// Layout fix for High Dpi
|
||||
layout()->setSizeConstraint(QLayout::SetFixedSize);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue