mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 13:30:02 +00:00
719 lines
19 KiB
XML
719 lines
19 KiB
XML
<?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>800</width>
|
|
<height>600</height>
|
|
</rect>
|
|
</property>
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="MinimumExpanding" vsizetype="MinimumExpanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<property name="windowTitle">
|
|
<string>PPSSPP</string>
|
|
</property>
|
|
<widget class="QWidget" name="centralwidget">
|
|
<property name="sizePolicy">
|
|
<sizepolicy hsizetype="Expanding" vsizetype="Expanding">
|
|
<horstretch>0</horstretch>
|
|
<verstretch>0</verstretch>
|
|
</sizepolicy>
|
|
</property>
|
|
<layout class="QHBoxLayout" name="horizontalLayout">
|
|
<property name="spacing">
|
|
<number>0</number>
|
|
</property>
|
|
<property name="margin">
|
|
<number>0</number>
|
|
</property>
|
|
<item>
|
|
<widget class="QtEmuGL" name="widget" native="true"/>
|
|
</item>
|
|
</layout>
|
|
</widget>
|
|
<widget class="QMenuBar" name="menubar">
|
|
<property name="geometry">
|
|
<rect>
|
|
<x>0</x>
|
|
<y>0</y>
|
|
<width>800</width>
|
|
<height>21</height>
|
|
</rect>
|
|
</property>
|
|
<widget class="QMenu" name="menu_File">
|
|
<property name="title">
|
|
<string>&File</string>
|
|
</property>
|
|
<addaction name="action_FileLoad"/>
|
|
<addaction name="action_FileClose"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_FileQuickloadState"/>
|
|
<addaction name="action_FileQuickSaveState"/>
|
|
<addaction name="action_FileLoadStateFile"/>
|
|
<addaction name="action_FileSaveStateFile"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_FileExit"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Emulation">
|
|
<property name="title">
|
|
<string>&Emulation</string>
|
|
</property>
|
|
<addaction name="action_EmulationRun"/>
|
|
<addaction name="action_EmulationPause"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_EmulationReset"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_EmulationRunLoad"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuDebu_g">
|
|
<property name="title">
|
|
<string>Debu&g</string>
|
|
</property>
|
|
<addaction name="action_DebugLoadMapFile"/>
|
|
<addaction name="action_DebugSaveMapFile"/>
|
|
<addaction name="action_DebugResetSymbolTable"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_DebugDumpFrame"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_DebugDisassembly"/>
|
|
<addaction name="action_DebugDisplayList"/>
|
|
<addaction name="action_DebugLog"/>
|
|
<addaction name="action_DebugMemoryView"/>
|
|
<addaction name="action_DebugMemoryViewTexture"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Options">
|
|
<property name="title">
|
|
<string>&Options</string>
|
|
</property>
|
|
<widget class="QMenu" name="menu_Log_Levels">
|
|
<property name="title">
|
|
<string>Lo&g Levels</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuG3D">
|
|
<property name="title">
|
|
<string>G3D</string>
|
|
</property>
|
|
<addaction name="actionLogG3DDebug"/>
|
|
<addaction name="actionLogG3DWarning"/>
|
|
<addaction name="actionLogG3DInfo"/>
|
|
<addaction name="actionLogG3DError"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuHLE">
|
|
<property name="title">
|
|
<string>HLE</string>
|
|
</property>
|
|
<addaction name="actionLogHLEDebug"/>
|
|
<addaction name="actionLogHLEWarning"/>
|
|
<addaction name="actionLogHLEInfo"/>
|
|
<addaction name="actionLogHLEError"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuDefault">
|
|
<property name="title">
|
|
<string>Default</string>
|
|
</property>
|
|
<addaction name="actionLogDefDebug"/>
|
|
<addaction name="actionLogDefWarning"/>
|
|
<addaction name="actionLogDefInfo"/>
|
|
<addaction name="actionLogDefError"/>
|
|
</widget>
|
|
<addaction name="menuDefault"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menuG3D"/>
|
|
<addaction name="menuHLE"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuLanguage">
|
|
<property name="title">
|
|
<string>&Language</string>
|
|
</property>
|
|
</widget>
|
|
<widget class="QMenu" name="menuVideo">
|
|
<property name="title">
|
|
<string>&Video</string>
|
|
</property>
|
|
<widget class="QMenu" name="menuAnisotropic_filtering">
|
|
<property name="title">
|
|
<string>&Anisotropic filtering</string>
|
|
</property>
|
|
<addaction name="action_AFOff"/>
|
|
<addaction name="action_AF2x"/>
|
|
<addaction name="action_AF4x"/>
|
|
<addaction name="action_AF8x"/>
|
|
<addaction name="action_AF16x"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuZoom">
|
|
<property name="title">
|
|
<string>&Zoom</string>
|
|
</property>
|
|
<addaction name="action_OptionsScreen1x"/>
|
|
<addaction name="action_OptionsScreen2x"/>
|
|
<addaction name="action_OptionsScreen3x"/>
|
|
<addaction name="action_OptionsScreen4x"/>
|
|
</widget>
|
|
<addaction name="menuAnisotropic_filtering"/>
|
|
<addaction name="action_OptionsBufferedRendering"/>
|
|
<addaction name="action_OptionsLinearFiltering"/>
|
|
<addaction name="action_Simple_2xAA"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menuZoom"/>
|
|
<addaction name="action_Stretch_to_display"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_OptionsHardwareTransform"/>
|
|
<addaction name="action_OptionsUseVBO"/>
|
|
<addaction name="action_OptionsVertexCache"/>
|
|
<addaction name="action_OptionsWireframe"/>
|
|
<addaction name="action_OptionsDisplayRawFramebuffer"/>
|
|
<addaction name="actionFrameskip"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuControls">
|
|
<property name="title">
|
|
<string>Co&ntrols</string>
|
|
</property>
|
|
<addaction name="action_OptionsControls"/>
|
|
<addaction name="action_OptionsGamePadControls"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menuCore">
|
|
<property name="title">
|
|
<string>&Core</string>
|
|
</property>
|
|
<addaction name="action_CPUInterpreter"/>
|
|
<addaction name="action_CPUDynarec"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_OptionsFastMemory"/>
|
|
<addaction name="action_OptionsIgnoreIllegalReadsWrites"/>
|
|
</widget>
|
|
<addaction name="menuCore"/>
|
|
<addaction name="menuControls"/>
|
|
<addaction name="menuVideo"/>
|
|
<addaction name="action_Sound"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_OptionsFullScreen"/>
|
|
<addaction name="action_OptionsShowDebugStatistics"/>
|
|
<addaction name="action_Show_FPS_counter"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menu_Log_Levels"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="menuLanguage"/>
|
|
</widget>
|
|
<widget class="QMenu" name="menu_Help">
|
|
<property name="title">
|
|
<string>&Help</string>
|
|
</property>
|
|
<addaction name="action_HelpOpenWebsite"/>
|
|
<addaction name="separator"/>
|
|
<addaction name="action_HelpAbout"/>
|
|
</widget>
|
|
<addaction name="menu_File"/>
|
|
<addaction name="menu_Emulation"/>
|
|
<addaction name="menuDebu_g"/>
|
|
<addaction name="menu_Options"/>
|
|
<addaction name="menu_Help"/>
|
|
</widget>
|
|
<widget class="QStatusBar" name="statusbar"/>
|
|
<action name="action_FileLoad">
|
|
<property name="text">
|
|
<string>&Open...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_FileClose">
|
|
<property name="text">
|
|
<string>&Close</string>
|
|
</property>
|
|
</action>
|
|
<action name="action">
|
|
<property name="text">
|
|
<string>-</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_FileQuickloadState">
|
|
<property name="text">
|
|
<string>Quickload state</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F4</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_FileQuickSaveState">
|
|
<property name="text">
|
|
<string>Quicksave state</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F2</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_FileLoadStateFile">
|
|
<property name="text">
|
|
<string>&Load State File...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_FileSaveStateFile">
|
|
<property name="text">
|
|
<string>&Save State File...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_FileExit">
|
|
<property name="text">
|
|
<string>E&xit</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_EmulationRun">
|
|
<property name="text">
|
|
<string>&Run</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F7</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_EmulationPause">
|
|
<property name="text">
|
|
<string>&Pause</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F8</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_EmulationReset">
|
|
<property name="text">
|
|
<string>R&eset</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_CPUInterpreter">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Interpreter</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_CPUDynarec">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Dynarec</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_DebugLoadMapFile">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Load &Map File...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_DebugSaveMapFile">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Save Map File...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_DebugResetSymbolTable">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Reset Symbol Table</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_DebugDisassembly">
|
|
<property name="text">
|
|
<string>&Disassembly</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+D</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_DebugLog">
|
|
<property name="enabled">
|
|
<bool>false</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Log Console</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+L</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_DebugMemoryView">
|
|
<property name="text">
|
|
<string>Memory &View...</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+M</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsControls">
|
|
<property name="text">
|
|
<string>&Keyboard</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsFullScreen">
|
|
<property name="text">
|
|
<string>&Toggle fullscreen</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F12</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsBufferedRendering">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Buffered Rendering</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F5</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsHardwareTransform">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Hardware Transform</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>F6</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsLinearFiltering">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Linear Filtering</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsWireframe">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Wireframe (experimental)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsDisplayRawFramebuffer">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Display Raw Framebuffer</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsShowDebugStatistics">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show &debug statistics</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsScreen1x">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Screen &1x</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+1</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsScreen2x">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Screen &2x</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+2</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsScreen3x">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Screen &3x</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+3</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsScreen4x">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Screen &4x</string>
|
|
</property>
|
|
<property name="shortcut">
|
|
<string>Ctrl+4</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsFastMemory">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Fast Memory (dynarec, unstable)</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsIgnoreIllegalReadsWrites">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>I&gnore illegal reads/writes</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_HelpOpenWebsite">
|
|
<property name="text">
|
|
<string>&Go to http://www.ppsspp.org/</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_HelpAbout">
|
|
<property name="text">
|
|
<string>&About PPSSPP...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsUseVBO">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Use VBO</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogG3DDebug">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Debug</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogG3DWarning">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Warning</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogG3DError">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Error</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogG3DInfo">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Info</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogHLEDebug">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Debug</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogHLEWarning">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Warning</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogHLEInfo">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Info</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogHLEError">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Error</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogDefDebug">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Debug</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogDefWarning">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Warning</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogDefInfo">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Info</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionLogDefError">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Error</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsGamePadControls">
|
|
<property name="text">
|
|
<string>&Gamepad</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_EmulationRunLoad">
|
|
<property name="text">
|
|
<string>Run on loa&d</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_DebugDumpFrame">
|
|
<property name="text">
|
|
<string>D&ump next frame to log</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_OptionsVertexCache">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Vertex Cache</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_DebugMemoryViewTexture">
|
|
<property name="text">
|
|
<string>Memory View Texture...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_DebugDisplayList">
|
|
<property name="text">
|
|
<string>DisplayList...</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Simple_2xAA">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Simple 2xAA</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_AFOff">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Off</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_AF2x">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>2x</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_AF4x">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>4x</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_AF8x">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>8x</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_AF16x">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>16x</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Show_FPS_counter">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Show &FPS counter</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Stretch_to_display">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>S&tretch to display</string>
|
|
</property>
|
|
</action>
|
|
<action name="action_Sound">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>&Sound emulation</string>
|
|
</property>
|
|
</action>
|
|
<action name="actionFrameskip">
|
|
<property name="checkable">
|
|
<bool>true</bool>
|
|
</property>
|
|
<property name="text">
|
|
<string>Frameskip</string>
|
|
</property>
|
|
</action>
|
|
</widget>
|
|
<customwidgets>
|
|
<customwidget>
|
|
<class>QtEmuGL</class>
|
|
<extends>QWidget</extends>
|
|
<header>qtemugl.h</header>
|
|
<container>1</container>
|
|
</customwidget>
|
|
</customwidgets>
|
|
<resources/>
|
|
<connections/>
|
|
</ui>
|