mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-20 06:05:11 +00:00
A basic memory viewer has been created
This commit is contained in:
@@ -39,7 +39,7 @@ namespace ComSquare
|
||||
void SNES::enableRamViewer()
|
||||
{
|
||||
#ifdef DEBUGGER_ENABLED
|
||||
this->_ramViewer = std::make_shared<Debugger::RamViewer>(*this);
|
||||
this->_ramViewer = std::make_shared<Debugger::MemoryViewer>(*this);
|
||||
#endif
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user