SysRay / psOff_public

Playstation 4 Emulator for Windows
GNU General Public License v3.0
285 stars 16 forks source link

MemManager| fix wrong mapping #213

Open SysRay opened 3 months ago

SysRay commented 3 months ago

-> Allocated: len:0x00004000 alignment:0x00020000 memorytype:3 -> 0x100160000 Commit| addr:0x100160000 len:0x00004000 prot:51 -> -> Map: start:0x00000000(0x160000) len:0x00004000 alignment:0x00020000 prot:51 -> 0x110150000

Not using the allocated space

SysRay commented 3 months ago

fixes SysRay/psOff_compatibility#340

SysRay commented 3 months ago

-> Allocated: len:0x00040000 alignment:0x00004000 memorytype:0 -> 0x1000c0000 Commit| addr:0x1000c0000 len:0x00040000 prot:51 -> -> Map: start:0x00000000(0xc0000) len:0x00040000 alignment:0x00004000 prot:51 -> 0x1080c0000

SysRay commented 3 months ago

fixes SysRay/psOff_compatibility#337