mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-04-30 15:05:42 -04:00
Qt: Add missing DMA state to debug menu
This commit is contained in:
parent
8e0ee7e9c5
commit
e1ffb5e385
@ -913,6 +913,8 @@ void MainWindow::connectSignals()
|
|||||||
"ShowTimersState");
|
"ShowTimersState");
|
||||||
SettingWidgetBinder::BindWidgetToBoolSetting(m_host_interface, m_ui.actionDebugShowMDECState, "Debug",
|
SettingWidgetBinder::BindWidgetToBoolSetting(m_host_interface, m_ui.actionDebugShowMDECState, "Debug",
|
||||||
"ShowMDECState");
|
"ShowMDECState");
|
||||||
|
SettingWidgetBinder::BindWidgetToBoolSetting(m_host_interface, m_ui.actionDebugShowDMAState, "Debug",
|
||||||
|
"ShowDMAState");
|
||||||
|
|
||||||
addThemeToMenu(tr("Default"), QStringLiteral("default"));
|
addThemeToMenu(tr("Default"), QStringLiteral("default"));
|
||||||
addThemeToMenu(tr("Fusion"), QStringLiteral("fusion"));
|
addThemeToMenu(tr("Fusion"), QStringLiteral("fusion"));
|
||||||
|
@ -182,6 +182,7 @@
|
|||||||
<addaction name="actionDebugShowSPUState"/>
|
<addaction name="actionDebugShowSPUState"/>
|
||||||
<addaction name="actionDebugShowTimersState"/>
|
<addaction name="actionDebugShowTimersState"/>
|
||||||
<addaction name="actionDebugShowMDECState"/>
|
<addaction name="actionDebugShowMDECState"/>
|
||||||
|
<addaction name="actionDebugShowDMAState"/>
|
||||||
</widget>
|
</widget>
|
||||||
<widget class="QMenu" name="menu_View">
|
<widget class="QMenu" name="menu_View">
|
||||||
<property name="title">
|
<property name="title">
|
||||||
@ -638,6 +639,14 @@
|
|||||||
<string>Show MDEC State</string>
|
<string>Show MDEC State</string>
|
||||||
</property>
|
</property>
|
||||||
</action>
|
</action>
|
||||||
|
<action name="actionDebugShowDMAState">
|
||||||
|
<property name="checkable">
|
||||||
|
<bool>true</bool>
|
||||||
|
</property>
|
||||||
|
<property name="text">
|
||||||
|
<string>Show DMA State</string>
|
||||||
|
</property>
|
||||||
|
</action>
|
||||||
<action name="actionScreenshot">
|
<action name="actionScreenshot">
|
||||||
<property name="icon">
|
<property name="icon">
|
||||||
<iconset resource="resources/resources.qrc">
|
<iconset resource="resources/resources.qrc">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user