Qt: Add missing DMA state to debug menu
This commit is contained in:
@@ -182,6 +182,7 @@
|
||||
<addaction name="actionDebugShowSPUState"/>
|
||||
<addaction name="actionDebugShowTimersState"/>
|
||||
<addaction name="actionDebugShowMDECState"/>
|
||||
<addaction name="actionDebugShowDMAState"/>
|
||||
</widget>
|
||||
<widget class="QMenu" name="menu_View">
|
||||
<property name="title">
|
||||
@@ -638,6 +639,14 @@
|
||||
<string>Show MDEC State</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionDebugShowDMAState">
|
||||
<property name="checkable">
|
||||
<bool>true</bool>
|
||||
</property>
|
||||
<property name="text">
|
||||
<string>Show DMA State</string>
|
||||
</property>
|
||||
</action>
|
||||
<action name="actionScreenshot">
|
||||
<property name="icon">
|
||||
<iconset resource="resources/resources.qrc">
|
||||
|
||||
Reference in New Issue
Block a user