mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-02-14 06:40:53 +00:00
Partial revert of 43c87e99b0316d4328b597ad50ff415ef42a73af
This commit is contained in:
parent
d17d22139e
commit
0055d84bd6
@ -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…
x
Reference in New Issue
Block a user