mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu-mainline.git
synced 2025-12-14 01:32:41 +00:00
core/debugger: Implement new GDB stub debugger
This commit is contained in:
@@ -3152,7 +3152,7 @@ void GMainWindow::OnTasStateChanged() {
|
||||
}
|
||||
|
||||
void GMainWindow::UpdateStatusBar() {
|
||||
if (emu_thread == nullptr) {
|
||||
if (emu_thread == nullptr || !system->IsPoweredOn()) {
|
||||
status_bar_update_timer.stop();
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user