mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-07 23:41:26 +12:00
add missing settings to configure
This commit is contained in:
parent
22f5e7a9be
commit
c0c86521a2
2 changed files with 30 additions and 0 deletions
|
@ -1578,6 +1578,9 @@ void main_window::CreateConnects()
|
||||||
connect(ui->confAudioAct, &QAction::triggered, [=, this]() { open_settings(2); });
|
connect(ui->confAudioAct, &QAction::triggered, [=, this]() { open_settings(2); });
|
||||||
connect(ui->confIOAct, &QAction::triggered, [=, this]() { open_settings(3); });
|
connect(ui->confIOAct, &QAction::triggered, [=, this]() { open_settings(3); });
|
||||||
connect(ui->confSystemAct, &QAction::triggered, [=, this]() { open_settings(4); });
|
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]
|
auto open_pad_settings = [this]
|
||||||
{
|
{
|
||||||
|
|
|
@ -222,6 +222,9 @@
|
||||||
<addaction name="confAudioAct"/>
|
<addaction name="confAudioAct"/>
|
||||||
<addaction name="confIOAct"/>
|
<addaction name="confIOAct"/>
|
||||||
<addaction name="confSystemAct"/>
|
<addaction name="confSystemAct"/>
|
||||||
|
<addaction name="confAdvAct"/>
|
||||||
|
<addaction name="confEmuAct"/>
|
||||||
|
<addaction name="confGuiAct"/>
|
||||||
<addaction name="separator"/>
|
<addaction name="separator"/>
|
||||||
<addaction name="confAutopauseManagerAct"/>
|
<addaction name="confAutopauseManagerAct"/>
|
||||||
</widget>
|
</widget>
|
||||||
|
@ -503,6 +506,30 @@
|
||||||
<string>Configure system</string>
|
<string>Configure system</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</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">
|
<action name="confAutopauseManagerAct">
|
||||||
<property name="enabled">
|
<property name="enabled">
|
||||||
<bool>false</bool>
|
<bool>false</bool>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue