mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-05 22:41:25 +12:00
Some cleanup
This commit is contained in:
parent
8a7ba5a709
commit
024c15d4d3
10 changed files with 238 additions and 183 deletions
|
@ -104,14 +104,13 @@ void PPUThread::DoRun()
|
|||
break;
|
||||
|
||||
case 1:
|
||||
case 2:
|
||||
{
|
||||
auto ppui = new PPUInterpreter(*this);
|
||||
m_dec = new PPUDecoder(ppui);
|
||||
}
|
||||
break;
|
||||
|
||||
case 3:
|
||||
case 2:
|
||||
if (!m_dec) {
|
||||
m_dec = new PPULLVMEmulator(*this);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue