Adding const qualifiers to the IMemory and adding error messages in the memory viewer

This commit is contained in:
Zoe Roux
2021-02-04 10:22:30 +01:00
parent 2e4e39a696
commit c9eed50289
30 changed files with 208 additions and 123 deletions

View File

@@ -522,7 +522,7 @@ namespace ComSquare::Debugger
this->_snes.disableAPUDebugging();
}
bool APUDebug::isDebugger()
bool APUDebug::isDebugger() const
{
return true;
}