fix CPU destination display

This commit is contained in:
thrust26 2020-03-29 18:05:07 +02:00
parent 4fabd94dd3
commit c2a8839b1a
1 changed files with 1 additions and 1 deletions

View File

@ -327,7 +327,7 @@ void CpuWidget::loadConfig()
state.srcY != oldstate.srcY);
const string& dest = state.dest < 0 ? "" : cart.getLabel(state.dest, false);
myCpuDataDest->setText((srcY != EmptyString ? dest : Common::Base::toString(state.dest)),
myCpuDataDest->setText((dest != EmptyString ? dest : Common::Base::toString(state.dest)),
state.dest != oldstate.dest);
// Update the PS register booleans