mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
- Implemented ARM9Interpreter & ARM9DisAsm.
- Implemented MemoryBlockLE & DynamicMemoryBlockLE. - Implemented CPUDecoder.
This commit is contained in:
parent
0b35be32a4
commit
6b22e7d90a
31 changed files with 475 additions and 177 deletions
|
|
@ -14,9 +14,7 @@ PPCThread* GetCurrentPPCThread()
|
|||
return (PPCThread*)thread;
|
||||
}
|
||||
|
||||
PPCThread::PPCThread(CPUThreadType type)
|
||||
: CPUThread(type)
|
||||
, m_dec(nullptr)
|
||||
PPCThread::PPCThread(CPUThreadType type) : CPUThread(type)
|
||||
{
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue