mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
ARMv7 decoder improved
This commit is contained in:
parent
6069be7a93
commit
79d03ece66
15 changed files with 204 additions and 63 deletions
|
|
@ -2,7 +2,7 @@
|
|||
#include "Emu/Memory/Memory.h"
|
||||
#include "PPCDecoder.h"
|
||||
|
||||
u8 PPCDecoder::DecodeMemory(const u32 address)
|
||||
u32 PPCDecoder::DecodeMemory(const u32 address)
|
||||
{
|
||||
u32 instr = vm::read32(address);
|
||||
Decode(instr);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue