mirror of
https://github.com/zoriya/ComSquare.git
synced 2025-12-20 22:25:11 +00:00
Adding more dma tests
This commit is contained in:
@@ -137,7 +137,7 @@ namespace ComSquare::Debugger
|
||||
{
|
||||
this->_isPaused = !this->_isPaused;
|
||||
if (this->_isPaused)
|
||||
this->_ui.actionPause->setText("Resume");
|
||||
this->_ui.actionPause->setText("Continue");
|
||||
else
|
||||
this->_ui.actionPause->setText("Pause");
|
||||
this->_updateDisassembly(this->_registers.pac);
|
||||
|
||||
Reference in New Issue
Block a user