Qt: Add crop mode, interlacing and NTSC timing to debug menu
This commit is contained in:
@@ -161,8 +161,15 @@
|
||||
<string>Switch CPU Emulation Mode</string>
|
||||
</property>
|
||||
</widget>
|
||||
<addaction name="menuCPUExecutionMode"/>
|
||||
<widget class="QMenu" name="menuCropMode">
|
||||
<property name="title">
|
||||
<string>Switch Crop Mode</string>
|
||||
</property>
|
||||
</widget> <addaction name="menuCPUExecutionMode"/>
|
||||
<addaction name="menuRenderer"/>
|
||||
<addaction name="menuCropMode"/>
|
||||
<addaction name="actionDisableInterlacing"/>
|
||||
<addaction name="actionForceNTSCTimings"/>
|
||||
<addaction name="separator"/>
|
||||
<addaction name="actionDebugDumpCPUtoVRAMCopies"/>
|
||||
<addaction name="actionDebugDumpVRAMtoCPUCopies"/>
|
||||
@@ -560,6 +567,22 @@
|
||||
<string>Dump VRAM to CPU Copies</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDisableInterlacing">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Disable Interlacing</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionForceNTSCTimings">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Force NTSC Timings</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDumpAudio">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
|
||||
Reference in New Issue
Block a user