Enabling the memory bus debugger

This commit is contained in:
Zoe Roux
2021-07-05 00:23:48 +02:00
parent f16815c36f
commit cb6fb8a240
20 changed files with 475 additions and 418 deletions

View File

@@ -95,7 +95,7 @@ namespace ComSquare::Renderer
void QtFullSFML::enableDebugBus()
{
// this->_snes.enableMemoryBusDebugging();
this->_snes.enableMemoryBusDebugging();
}
void QtFullSFML::enableCgramViewer()