add (currently broken) next to Enable Mutli-core

This commit is contained in:
MysticExile
2018-09-08 21:33:02 +02:00
committed by GitHub
parent 9cd79c25ed
commit 1b18c4e8d7

View File

@@ -1,163 +1,163 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<ui version="4.0"> <ui version="4.0">
<class>ConfigureGeneral</class> <class>ConfigureGeneral</class>
<widget class="QWidget" name="ConfigureGeneral"> <widget class="QWidget" name="ConfigureGeneral">
<property name="geometry"> <property name="geometry">
<rect> <rect>
<x>0</x> <x>0</x>
<y>0</y> <y>0</y>
<width>300</width> <width>300</width>
<height>377</height> <height>377</height>
</rect> </rect>
</property> </property>
<property name="windowTitle"> <property name="windowTitle">
<string>Form</string> <string>Form</string>
</property> </property>
<layout class="QHBoxLayout" name="HorizontalLayout"> <layout class="QHBoxLayout" name="HorizontalLayout">
<item> <item>
<layout class="QVBoxLayout" name="VerticalLayout"> <layout class="QVBoxLayout" name="VerticalLayout">
<item> <item>
<widget class="QGroupBox" name="GeneralGroupBox"> <widget class="QGroupBox" name="GeneralGroupBox">
<property name="title"> <property name="title">
<string>General</string> <string>General</string>
</property> </property>
<layout class="QHBoxLayout" name="GeneralHorizontalLayout"> <layout class="QHBoxLayout" name="GeneralHorizontalLayout">
<item> <item>
<layout class="QVBoxLayout" name="GeneralVerticalLayout"> <layout class="QVBoxLayout" name="GeneralVerticalLayout">
<item> <item>
<widget class="QCheckBox" name="toggle_deepscan"> <widget class="QCheckBox" name="toggle_deepscan">
<property name="text"> <property name="text">
<string>Search sub-directories for games</string> <string>Search sub-directories for games</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="toggle_check_exit"> <widget class="QCheckBox" name="toggle_check_exit">
<property name="text"> <property name="text">
<string>Confirm exit while emulation is running</string> <string>Confirm exit while emulation is running</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="PerformanceGroupBox"> <widget class="QGroupBox" name="PerformanceGroupBox">
<property name="title"> <property name="title">
<string>Performance</string> <string>Performance</string>
</property> </property>
<layout class="QHBoxLayout" name="PerformanceHorizontalLayout"> <layout class="QHBoxLayout" name="PerformanceHorizontalLayout">
<item> <item>
<layout class="QVBoxLayout" name="PerformanceVerticalLayout"> <layout class="QVBoxLayout" name="PerformanceVerticalLayout">
<item> <item>
<widget class="QCheckBox" name="use_cpu_jit"> <widget class="QCheckBox" name="use_cpu_jit">
<property name="text"> <property name="text">
<string>Enable CPU JIT</string> <string>Enable CPU JIT</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QCheckBox" name="use_multi_core"> <widget class="QCheckBox" name="use_multi_core">
<property name="text"> <property name="text">
<string>Enable multi-core</string> <string>Enable multi-core (currently broken)</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="EmulationGroupBox"> <widget class="QGroupBox" name="EmulationGroupBox">
<property name="title"> <property name="title">
<string>Emulation</string> <string>Emulation</string>
</property> </property>
<layout class="QHBoxLayout" name="EmulationHorizontalLayout"> <layout class="QHBoxLayout" name="EmulationHorizontalLayout">
<item> <item>
<layout class="QVBoxLayout" name="EmulationVerticalLayout"> <layout class="QVBoxLayout" name="EmulationVerticalLayout">
<item> <item>
<widget class="QCheckBox" name="use_docked_mode"> <widget class="QCheckBox" name="use_docked_mode">
<property name="text"> <property name="text">
<string>Enable docked mode</string> <string>Enable docked mode</string>
</property> </property>
</widget> </widget>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="theme_group_box"> <widget class="QGroupBox" name="theme_group_box">
<property name="title"> <property name="title">
<string>Theme</string> <string>Theme</string>
</property> </property>
<layout class="QHBoxLayout" name="theme_qhbox_layout"> <layout class="QHBoxLayout" name="theme_qhbox_layout">
<item> <item>
<layout class="QVBoxLayout" name="theme_qvbox_layout"> <layout class="QVBoxLayout" name="theme_qvbox_layout">
<item> <item>
<layout class="QHBoxLayout" name="theme_qhbox_layout_2"> <layout class="QHBoxLayout" name="theme_qhbox_layout_2">
<item> <item>
<widget class="QLabel" name="theme_label"> <widget class="QLabel" name="theme_label">
<property name="text"> <property name="text">
<string>Theme:</string> <string>Theme:</string>
</property> </property>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QComboBox" name="theme_combobox"/> <widget class="QComboBox" name="theme_combobox"/>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item> <item>
<widget class="QGroupBox" name="HotKeysGroupBox"> <widget class="QGroupBox" name="HotKeysGroupBox">
<property name="title"> <property name="title">
<string>Hotkeys</string> <string>Hotkeys</string>
</property> </property>
<layout class="QHBoxLayout" name="HotKeysHorizontalLayout"> <layout class="QHBoxLayout" name="HotKeysHorizontalLayout">
<item> <item>
<layout class="QVBoxLayout" name="HotKeysVerticalLayout"> <layout class="QVBoxLayout" name="HotKeysVerticalLayout">
<item> <item>
<widget class="GHotkeysDialog" name="widget" native="true"/> <widget class="GHotkeysDialog" name="widget" native="true"/>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </widget>
</item> </item>
<item> <item>
<spacer name="verticalSpacer"> <spacer name="verticalSpacer">
<property name="orientation"> <property name="orientation">
<enum>Qt::Vertical</enum> <enum>Qt::Vertical</enum>
</property> </property>
<property name="sizeHint" stdset="0"> <property name="sizeHint" stdset="0">
<size> <size>
<width>20</width> <width>20</width>
<height>40</height> <height>40</height>
</size> </size>
</property> </property>
</spacer> </spacer>
</item> </item>
</layout> </layout>
</item> </item>
</layout> </layout>
</widget> </widget>
<customwidgets> <customwidgets>
<customwidget> <customwidget>
<class>GHotkeysDialog</class> <class>GHotkeysDialog</class>
<extends>QWidget</extends> <extends>QWidget</extends>
<header>hotkeys.h</header> <header>hotkeys.h</header>
<container>1</container> <container>1</container>
</customwidget> </customwidget>
</customwidgets> </customwidgets>
<resources/> <resources/>
<connections/> <connections/>
</ui> </ui>