Explorar o código

Qt: we don't need to check if model is valid.

xdec %!s(int64=11) %!d(string=hai) anos
pai
achega
e6162ed91e
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/citra_qt/debugger/disassembler.cpp

+ 1 - 1
src/citra_qt/debugger/disassembler.cpp

@@ -220,7 +220,7 @@ void DisassemblerWidget::OnPause()
     emu_thread.SetCpuRunning(false);
 
     // TODO: By now, the CPU might not have actually stopped...
-    if (model && Core::g_app_core) {
+    if (Core::g_app_core) {
         model->SetNextInstruction(Core::g_app_core->GetPC());
     }
 }