diff --git a/rpcs3/rpcs3qt/debugger_frame.cpp b/rpcs3/rpcs3qt/debugger_frame.cpp index d0f34662ef..ab5628e739 100644 --- a/rpcs3/rpcs3qt/debugger_frame.cpp +++ b/rpcs3/rpcs3qt/debugger_frame.cpp @@ -440,12 +440,6 @@ void debugger_frame::UpdateUnitList() idm::select>(on_select); idm::select>(on_select); - - if (m_choice_units->count() > 1 && old_size <= 1) - { - // Select the first thread after "No Thread", usually the PPU main thread - m_choice_units->setCurrentIndex(1); - } } OnSelectUnit();