Updating to catch 3

This commit is contained in:
Zoe Roux
2021-07-06 17:51:19 +02:00
parent 0287effdb5
commit 37ced8e553
26 changed files with 63 additions and 56 deletions

View File

@@ -58,7 +58,7 @@ namespace ComSquare::Renderer
}
#ifdef DEBUGGER_ENABLED
catch (const DebuggableError &e) {
log(LogLevel::ERROR, "Invalid rom's instruction: " << e.what());
logMsg(LogLevel::ERROR, "Invalid rom's instruction: " << e.what());
this->_snes.enableCPUDebuggingWithError(e);
}
#endif