Qt: Fixed a bug in shutdown procedure, various cleanups.
This commit is contained in:
parent
ad4445c529
commit
bc41de2131
7 changed files with 26 additions and 35 deletions
|
@ -71,11 +71,11 @@ void RegistersWidget::OnDebugModeEntered() {
|
|||
void RegistersWidget::OnDebugModeLeft() {
|
||||
}
|
||||
|
||||
void RegistersWidget::OnEmulationStarted(EmuThread* emu_thread) {
|
||||
void RegistersWidget::OnEmulationStarting(EmuThread* emu_thread) {
|
||||
setEnabled(true);
|
||||
}
|
||||
|
||||
void RegistersWidget::OnEmulationStopped() {
|
||||
void RegistersWidget::OnEmulationStopping() {
|
||||
// Reset widget text
|
||||
for (int i = 0; i < 16; ++i)
|
||||
registers->child(i)->setText(1, QString(""));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue