mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12: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<ppu_thread>>(on_select);
|
||||||
idm::select<named_thread<spu_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();
|
OnSelectUnit();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue