CPUThread: remove m_class member due to bad ppu cache design

This commit is contained in:
Megamouse 2024-05-16 02:14:52 +02:00
parent 2637dc35a7
commit 10d85d4f51
2 changed files with 1 additions and 3 deletions

View file

@ -676,7 +676,6 @@ cpu_thread::~cpu_thread()
cpu_thread::cpu_thread(u32 id)
: id(id)
, m_class(get_thread_class(id_type()))
{
while (Emu.GetStatus() == system_state::paused)
{