mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-05 22:47:03 +00:00
Fixes
This commit is contained in:
parent
61a5459ccb
commit
8a945a1a52
8 changed files with 43 additions and 29 deletions
|
|
@ -131,7 +131,7 @@ void MemoryBase::Init(MemoryType type)
|
|||
|
||||
case Memory_PSV:
|
||||
MemoryBlocks.push_back(PSV.RAM.SetRange(0x81000000, 0x10000000));
|
||||
MemoryBlocks.push_back(UserMemory = PSV.Userspace.SetRange(0x91000000, 0x10000000));
|
||||
MemoryBlocks.push_back(UserMemory = PSV.Userspace.SetRange(0x91000000, 0x2F000000));
|
||||
break;
|
||||
|
||||
case Memory_PSP:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue