DMA: Convert to namespace

This commit is contained in:
Connor McLaughlin
2023-01-11 18:51:38 +10:00
parent d096a09ed8
commit 3acf569d67
9 changed files with 298 additions and 298 deletions

View File

@ -490,7 +490,7 @@ void ImGuiManager::RenderDebugWindows()
if (g_settings.debugging.show_mdec_state)
MDEC::DrawDebugStateWindow();
if (g_settings.debugging.show_dma_state)
g_dma.DrawDebugStateWindow();
DMA::DrawDebugStateWindow();
}
}