mirror of
https://github.com/WinampDesktop/winamp.git
synced 2025-06-17 14:45:45 -04:00
DMA: Add debug window
This commit is contained in:
@ -936,6 +936,8 @@ void CommonHostInterface::DrawDebugWindows()
|
||||
g_spu.DrawDebugStateWindow();
|
||||
if (g_settings.debugging.show_mdec_state)
|
||||
g_mdec.DrawDebugStateWindow();
|
||||
if (g_settings.debugging.show_dma_state)
|
||||
g_dma.DrawDebugStateWindow();
|
||||
}
|
||||
|
||||
void CommonHostInterface::DoFrameStep()
|
||||
|
Reference in New Issue
Block a user