mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 05:35:10 +00:00
Updating to catch 3
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user