mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-19 21:55:11 +00:00
Merging
This commit is contained in:
@@ -70,7 +70,12 @@ namespace ComSquare::Renderer
|
||||
|
||||
void QtFullSFML::_onUpdate()
|
||||
{
|
||||
this->_snes.update();
|
||||
try {
|
||||
this->_snes.update();
|
||||
} catch (std::exception &e) {
|
||||
std::cerr << "An error occurred: " << e.what() << std::endl;
|
||||
QApplication::quit();
|
||||
}
|
||||
}
|
||||
|
||||
void QtFullSFML::enableDebugCPU()
|
||||
|
||||
Reference in New Issue
Block a user