2019-12-31 06:17:17 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<ui version="4.0">
|
|
|
|
<class>MainWindow</class>
|
|
|
|
<widget class="QMainWindow" name="MainWindow">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>754</width>
|
|
|
|
<height>600</height>
|
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>DuckStation</string>
|
|
|
|
</property>
|
|
|
|
<property name="windowIcon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/duck.png</normaloff>:/icons/duck.png</iconset>
|
|
|
|
</property>
|
|
|
|
<widget class="QStackedWidget" name="mainContainer">
|
|
|
|
<property name="currentIndex">
|
|
|
|
<number>0</number>
|
|
|
|
</property>
|
|
|
|
<widget class="QWidget" name="page"/>
|
|
|
|
<widget class="QWidget" name="page_2"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenuBar" name="menuBar">
|
|
|
|
<property name="geometry">
|
|
|
|
<rect>
|
|
|
|
<x>0</x>
|
|
|
|
<y>0</y>
|
|
|
|
<width>754</width>
|
2020-01-24 04:49:47 +00:00
|
|
|
<height>22</height>
|
2019-12-31 06:17:17 +00:00
|
|
|
</rect>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuSystem">
|
|
|
|
<property name="title">
|
|
|
|
<string>System</string>
|
|
|
|
</property>
|
2020-01-24 04:50:40 +00:00
|
|
|
<widget class="QMenu" name="menuChangeDisc">
|
|
|
|
<property name="title">
|
|
|
|
<string>Change Disc</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/icons.qrc">
|
|
|
|
<normaloff>:/icons/media-optical.png</normaloff>:/icons/media-optical.png</iconset>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionChangeDiscFromFile"/>
|
|
|
|
<addaction name="actionChangeDiscFromGameList"/>
|
2020-05-19 16:32:19 +00:00
|
|
|
<addaction name="actionRemoveDisc"/>
|
2020-01-24 04:50:40 +00:00
|
|
|
</widget>
|
2020-01-24 04:50:42 +00:00
|
|
|
<widget class="QMenu" name="menuLoadState">
|
|
|
|
<property name="title">
|
|
|
|
<string>Load State</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/icons.qrc">
|
|
|
|
<normaloff>:/icons/document-open.png</normaloff>:/icons/document-open.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuSaveState">
|
|
|
|
<property name="title">
|
|
|
|
<string>Save State</string>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/icons.qrc">
|
|
|
|
<normaloff>:/icons/document-save.png</normaloff>:/icons/document-save.png</iconset>
|
|
|
|
</property>
|
|
|
|
</widget>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="actionStartDisc"/>
|
|
|
|
<addaction name="actionStartBios"/>
|
2020-05-23 05:03:00 +00:00
|
|
|
<addaction name="actionResumeLastState"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionPowerOff"/>
|
|
|
|
<addaction name="actionReset"/>
|
|
|
|
<addaction name="actionPause"/>
|
2020-01-24 04:50:40 +00:00
|
|
|
<addaction name="menuChangeDisc"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="separator"/>
|
2020-01-24 04:50:42 +00:00
|
|
|
<addaction name="menuLoadState"/>
|
|
|
|
<addaction name="menuSaveState"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionExit"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuSettings">
|
|
|
|
<property name="title">
|
|
|
|
<string>S&ettings</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionFullscreen"/>
|
|
|
|
<addaction name="separator"/>
|
2020-03-22 03:16:32 +00:00
|
|
|
<addaction name="actionGeneralSettings"/>
|
2020-01-24 04:50:51 +00:00
|
|
|
<addaction name="actionConsoleSettings"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="actionGameListSettings"/>
|
2020-01-05 02:46:03 +00:00
|
|
|
<addaction name="actionHotkeySettings"/>
|
2020-05-20 13:26:24 +00:00
|
|
|
<addaction name="actionControllerSettings"/>
|
|
|
|
<addaction name="actionMemoryCardSettings"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="actionGPUSettings"/>
|
|
|
|
<addaction name="actionAudioSettings"/>
|
2020-04-30 14:59:31 +00:00
|
|
|
<addaction name="actionAdvancedSettings"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="separator"/>
|
2020-01-24 04:50:53 +00:00
|
|
|
<addaction name="actionAddGameDirectory"/>
|
2020-05-23 05:03:00 +00:00
|
|
|
<addaction name="actionRefreshGameList"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuHelp">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Help</string>
|
|
|
|
</property>
|
|
|
|
<addaction name="actionGitHubRepository"/>
|
|
|
|
<addaction name="actionIssueTracker"/>
|
2020-04-07 03:54:20 +00:00
|
|
|
<addaction name="actionDiscordServer"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionAbout"/>
|
|
|
|
</widget>
|
2020-01-24 04:49:54 +00:00
|
|
|
<widget class="QMenu" name="menuDebug">
|
|
|
|
<property name="title">
|
|
|
|
<string>&Debug</string>
|
|
|
|
</property>
|
|
|
|
<widget class="QMenu" name="menuRenderer">
|
|
|
|
<property name="title">
|
|
|
|
<string>Switch GPU Renderer</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<widget class="QMenu" name="menuCPUExecutionMode">
|
|
|
|
<property name="title">
|
|
|
|
<string>Switch CPU Emulation Mode</string>
|
|
|
|
</property>
|
|
|
|
</widget>
|
|
|
|
<addaction name="menuCPUExecutionMode"/>
|
|
|
|
<addaction name="menuRenderer"/>
|
2020-02-04 06:22:56 +00:00
|
|
|
<addaction name="separator"/>
|
2020-03-15 12:04:32 +00:00
|
|
|
<addaction name="actionDumpAudio"/>
|
2020-02-04 06:22:56 +00:00
|
|
|
<addaction name="actionDebugDumpCPUtoVRAMCopies"/>
|
|
|
|
<addaction name="actionDebugDumpVRAMtoCPUCopies"/>
|
2020-03-15 12:04:32 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionDebugShowVRAM"/>
|
2020-02-04 06:22:56 +00:00
|
|
|
<addaction name="actionDebugShowGPUState"/>
|
|
|
|
<addaction name="actionDebugShowCDROMState"/>
|
|
|
|
<addaction name="actionDebugShowSPUState"/>
|
|
|
|
<addaction name="actionDebugShowTimersState"/>
|
|
|
|
<addaction name="actionDebugShowMDECState"/>
|
2020-01-24 04:49:54 +00:00
|
|
|
</widget>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="menuSystem"/>
|
|
|
|
<addaction name="menuSettings"/>
|
2020-01-24 04:49:54 +00:00
|
|
|
<addaction name="menuDebug"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="menuHelp"/>
|
|
|
|
</widget>
|
|
|
|
<widget class="QToolBar" name="toolBar">
|
|
|
|
<property name="windowTitle">
|
|
|
|
<string>toolBar</string>
|
|
|
|
</property>
|
|
|
|
<property name="iconSize">
|
|
|
|
<size>
|
|
|
|
<width>32</width>
|
|
|
|
<height>32</height>
|
|
|
|
</size>
|
|
|
|
</property>
|
|
|
|
<property name="toolButtonStyle">
|
|
|
|
<enum>Qt::ToolButtonTextUnderIcon</enum>
|
|
|
|
</property>
|
|
|
|
<attribute name="toolBarArea">
|
|
|
|
<enum>TopToolBarArea</enum>
|
|
|
|
</attribute>
|
|
|
|
<attribute name="toolBarBreak">
|
|
|
|
<bool>false</bool>
|
|
|
|
</attribute>
|
|
|
|
<addaction name="actionStartDisc"/>
|
|
|
|
<addaction name="actionStartBios"/>
|
|
|
|
<addaction name="separator"/>
|
2020-05-23 05:03:15 +00:00
|
|
|
<addaction name="actionResumeLastState"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="actionReset"/>
|
|
|
|
<addaction name="actionPause"/>
|
|
|
|
<addaction name="actionChangeDisc"/>
|
2020-03-15 14:06:39 +00:00
|
|
|
<addaction name="actionScreenshot"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionLoadState"/>
|
|
|
|
<addaction name="actionSaveState"/>
|
|
|
|
<addaction name="separator"/>
|
|
|
|
<addaction name="actionFullscreen"/>
|
|
|
|
<addaction name="actionSettings"/>
|
|
|
|
</widget>
|
2020-01-24 04:49:47 +00:00
|
|
|
<widget class="QStatusBar" name="statusBar"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
<action name="actionStartDisc">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/drive-optical.png</normaloff>:/icons/drive-optical.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Start &Disc...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionStartBios">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/drive-removable-media.png</normaloff>:/icons/drive-removable-media.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Start &BIOS</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-03-22 03:16:20 +00:00
|
|
|
<action name="actionRefreshGameList">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/icons.qrc">
|
|
|
|
<normaloff>:/icons/folder-open.png</normaloff>:/icons/folder-open.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-05-23 05:03:00 +00:00
|
|
|
<string>&Refresh Game List</string>
|
2020-03-22 03:16:20 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2019-12-31 06:17:17 +00:00
|
|
|
<action name="actionPowerOff">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/system-shutdown.png</normaloff>:/icons/system-shutdown.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Power &Off</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionReset">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/view-refresh.png</normaloff>:/icons/view-refresh.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Reset</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionPause">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/media-playback-pause.png</normaloff>:/icons/media-playback-pause.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Pause</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionLoadState">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/document-open.png</normaloff>:/icons/document-open.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Load State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSaveState">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/document-save.png</normaloff>:/icons/document-save.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Save State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionExit">
|
|
|
|
<property name="text">
|
|
|
|
<string>E&xit</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionConsoleSettings">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/utilities-system-monitor.png</normaloff>:/icons/utilities-system-monitor.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-05-20 13:26:24 +00:00
|
|
|
<string>C&onsole Settings...</string>
|
2019-12-31 06:17:17 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2020-05-20 13:26:24 +00:00
|
|
|
<action name="actionControllerSettings">
|
2019-12-31 06:17:17 +00:00
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/input-gaming.png</normaloff>:/icons/input-gaming.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-05-20 13:26:24 +00:00
|
|
|
<string>&Controller Settings...</string>
|
2019-12-31 06:17:17 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-05 02:46:03 +00:00
|
|
|
<action name="actionHotkeySettings">
|
2019-12-31 06:17:17 +00:00
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/applications-other.png</normaloff>:/icons/applications-other.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-01-05 02:46:03 +00:00
|
|
|
<string>&Hotkey Settings...</string>
|
2019-12-31 06:17:17 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGPUSettings">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/video-display.png</normaloff>:/icons/video-display.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&GPU Settings...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionFullscreen">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/view-fullscreen.png</normaloff>:/icons/view-fullscreen.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Fullscreen</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionResolution_Scale">
|
|
|
|
<property name="text">
|
|
|
|
<string>Resolution Scale</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGitHubRepository">
|
|
|
|
<property name="text">
|
|
|
|
<string>&GitHub Repository...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionIssueTracker">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Issue Tracker...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-04-07 03:54:20 +00:00
|
|
|
<action name="actionDiscordServer">
|
|
|
|
<property name="text">
|
|
|
|
<string>&Discord Server...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-12-31 06:17:17 +00:00
|
|
|
<action name="actionAbout">
|
|
|
|
<property name="text">
|
|
|
|
<string>&About...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionChangeDisc">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/media-optical.png</normaloff>:/icons/media-optical.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Change Disc...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionAudioSettings">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/audio-card.png</normaloff>:/icons/audio-card.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Audio Settings...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGameListSettings">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/folder-open.png</normaloff>:/icons/folder-open.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Game List Settings...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-03-22 03:16:32 +00:00
|
|
|
<action name="actionGeneralSettings">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/icons.qrc">
|
|
|
|
<normaloff>:/icons/applications-system.png</normaloff>:/icons/applications-system.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>General Settings...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-04-30 14:59:31 +00:00
|
|
|
<action name="actionAdvancedSettings">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/icons.qrc">
|
|
|
|
<normaloff>:/icons/applications-development.png</normaloff>:/icons/applications-development.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Advanced Settings...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-24 04:50:53 +00:00
|
|
|
<action name="actionAddGameDirectory">
|
2019-12-31 06:17:17 +00:00
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/edit-find.png</normaloff>:/icons/edit-find.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
2020-01-24 04:50:53 +00:00
|
|
|
<string>Add Game Directory...</string>
|
2019-12-31 06:17:17 +00:00
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionSettings">
|
|
|
|
<property name="icon">
|
2020-01-24 04:49:47 +00:00
|
|
|
<iconset resource="resources/icons.qrc">
|
2019-12-31 06:17:17 +00:00
|
|
|
<normaloff>:/icons/applications-system.png</normaloff>:/icons/applications-system.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Settings...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-24 04:50:40 +00:00
|
|
|
<action name="actionChangeDiscFromFile">
|
|
|
|
<property name="text">
|
|
|
|
<string>From File...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionChangeDiscFromGameList">
|
|
|
|
<property name="text">
|
|
|
|
<string>From Game List...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-05-19 16:32:19 +00:00
|
|
|
<action name="actionRemoveDisc">
|
|
|
|
<property name="text">
|
|
|
|
<string>Remove Disc</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-01-24 04:50:42 +00:00
|
|
|
<action name="actionResume_State">
|
|
|
|
<property name="text">
|
|
|
|
<string>Resume State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionGlobal_State">
|
|
|
|
<property name="text">
|
|
|
|
<string>Global State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-04 06:22:56 +00:00
|
|
|
<action name="actionDebugShowVRAM">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show VRAM</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDebugDumpCPUtoVRAMCopies">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Dump CPU to VRAM Copies</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDebugDumpVRAMtoCPUCopies">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Dump VRAM to CPU Copies</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-03-15 12:04:32 +00:00
|
|
|
<action name="actionDumpAudio">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Dump Audio</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-02-04 06:22:56 +00:00
|
|
|
<action name="actionDebugShowGPUState">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show GPU State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDebugShowCDROMState">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show CDROM State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDebugShowSPUState">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show SPU State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDebugShowTimersState">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show Timers State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
|
|
|
<action name="actionDebugShowMDECState">
|
|
|
|
<property name="checkable">
|
|
|
|
<bool>true</bool>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Show MDEC State</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-03-15 14:06:39 +00:00
|
|
|
<action name="actionScreenshot">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/icons.qrc">
|
|
|
|
<normaloff>:/icons/video-display.png</normaloff>:/icons/video-display.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Screenshot</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-05-20 13:26:24 +00:00
|
|
|
<action name="actionMemoryCardSettings">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/icons.qrc">
|
|
|
|
<normaloff>:/icons/media-flash-24.png</normaloff>:/icons/media-flash-24.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>&Memory Card Settings...</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2020-05-23 05:03:00 +00:00
|
|
|
<action name="actionResumeLastState">
|
|
|
|
<property name="icon">
|
|
|
|
<iconset resource="resources/icons.qrc">
|
|
|
|
<normaloff>:/icons/media-playback-start.png</normaloff>:/icons/media-playback-start.png</iconset>
|
|
|
|
</property>
|
|
|
|
<property name="text">
|
|
|
|
<string>Resume</string>
|
|
|
|
</property>
|
|
|
|
<property name="toolTip">
|
|
|
|
<string>Resumes the last save state created.</string>
|
|
|
|
</property>
|
|
|
|
</action>
|
2019-12-31 06:17:17 +00:00
|
|
|
</widget>
|
|
|
|
<resources>
|
2020-01-24 04:49:47 +00:00
|
|
|
<include location="resources/icons.qrc"/>
|
2019-12-31 06:17:17 +00:00
|
|
|
</resources>
|
|
|
|
<connections/>
|
|
|
|
</ui>
|