DMA: Add debug window

This commit is contained in:
Connor McLaughlin
2020-09-26 19:33:10 +10:00
parent 62dbaaf02c
commit 29467d40c8
7 changed files with 94 additions and 0 deletions

View File

@ -152,6 +152,7 @@ struct Settings
mutable bool show_spu_state = false;
mutable bool show_timers_state = false;
mutable bool show_mdec_state = false;
mutable bool show_dma_state = false;
} debugging;
// TODO: Controllers, memory cards, etc.