mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-20 19:45:20 +00:00
Partial revert of 43c87e99b0
This commit is contained in:
parent
d17d22139e
commit
0055d84bd6
1 changed files with 0 additions and 6 deletions
|
@ -440,12 +440,6 @@ void debugger_frame::UpdateUnitList()
|
|||
|
||||
idm::select<named_thread<ppu_thread>>(on_select);
|
||||
idm::select<named_thread<spu_thread>>(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();
|
||||
|
|
Loading…
Add table
Reference in a new issue