mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
Memory.Write*/Read* replaced
This commit is contained in:
parent
1b499a6fd5
commit
43a61d0ab9
36 changed files with 223 additions and 483 deletions
|
|
@ -4,7 +4,7 @@
|
|||
|
||||
u8 PPCDecoder::DecodeMemory(const u64 address)
|
||||
{
|
||||
u32 instr = Memory.Read32(address);
|
||||
u32 instr = vm::read32(address);
|
||||
Decode(instr);
|
||||
|
||||
return sizeof(u32);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue