mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
ARMv7 decoder improved
This commit is contained in:
parent
6069be7a93
commit
79d03ece66
15 changed files with 204 additions and 63 deletions
|
@ -106,7 +106,7 @@ void ARMv7Thread::DoRun()
|
|||
|
||||
case 1:
|
||||
case 2:
|
||||
m_dec = new ARMv7Decoder(*this);
|
||||
m_dec = new ARMv7Decoder(context);
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue