1
0
mirror of https://github.com/RPCS3/rpcs3.git synced 2025-01-31 20:41:45 +01:00

add missing settings to configure

This commit is contained in:
illusion 2020-08-07 14:13:47 +11:00 committed by Megamouse
parent 22f5e7a9be
commit c0c86521a2
2 changed files with 30 additions and 0 deletions

View File

@ -1578,6 +1578,9 @@ void main_window::CreateConnects()
connect(ui->confAudioAct, &QAction::triggered, [=, this]() { open_settings(2); });
connect(ui->confIOAct, &QAction::triggered, [=, this]() { open_settings(3); });
connect(ui->confSystemAct, &QAction::triggered, [=, this]() { open_settings(4); });
connect(ui->confAdvAct, &QAction::triggered, [=, this]() { open_settings(6); });
connect(ui->confEmuAct, &QAction::triggered, [=, this]() { open_settings(7); });
connect(ui->confGuiAct, &QAction::triggered, [=, this]() { open_settings(8); });
auto open_pad_settings = [this]
{

View File

@ -222,6 +222,9 @@
<addaction name="confAudioAct"/>
<addaction name="confIOAct"/>
<addaction name="confSystemAct"/>
<addaction name="confAdvAct"/>
<addaction name="confEmuAct"/>
<addaction name="confGuiAct"/>
<addaction name="separator"/>
<addaction name="confAutopauseManagerAct"/>
</widget>
@ -503,6 +506,30 @@
<string>Configure system</string>
</property>
</action>
<action name="confAdvAct">
<property name="text">
<string>Advanced</string>
</property>
<property name="toolTip">
<string>Configure advanced emulator settings</string>
</property>
</action>
<action name="confEmuAct">
<property name="text">
<string>Emulator</string>
</property>
<property name="toolTip">
<string>Configure Emulator settings</string>
</property>
</action>
<action name="confGuiAct">
<property name="text">
<string>GUI</string>
</property>
<property name="toolTip">
<string>Configure GUI settings</string>
</property>
</action>
<action name="confAutopauseManagerAct">
<property name="enabled">
<bool>false</bool>