mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
- Renamed ARM9 to ARMv7.
- Improved ELF32 loader.
This commit is contained in:
parent
6b22e7d90a
commit
b263c3ebaf
22 changed files with 149 additions and 144 deletions
|
|
@ -1,7 +1,9 @@
|
|||
#include "stdafx.h"
|
||||
#include "PPCDecoder.h"
|
||||
|
||||
void PPCDecoder::DecodeMemory(const u64 address)
|
||||
u8 PPCDecoder::DecodeMemory(const u64 address)
|
||||
{
|
||||
Decode(Memory.Read32(address));
|
||||
|
||||
return 4;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue