mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-07 15:36:26 +00:00
CPUThread: remove m_class member due to bad ppu cache design
This commit is contained in:
parent
2637dc35a7
commit
10d85d4f51
2 changed files with 1 additions and 3 deletions
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue