mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-04 14:08:37 +00:00
Rsx/vm: fix base addresses
This commit is contained in:
parent
f349695a75
commit
449888b9db
6 changed files with 8 additions and 9 deletions
|
|
@ -399,7 +399,7 @@ s32 _cellGcmInitBody(vm::pptr<CellGcmContextData> context, u32 cmdSize, u32 ioSi
|
|||
// Create contexts
|
||||
|
||||
u32 rsx_ctxaddr = 0;
|
||||
for (u32 addr = 0x40000000; addr < 0xC0000000; addr += 0x10000000)
|
||||
for (u32 addr = 0x30000000; addr < 0xC0000000; addr += 0x10000000)
|
||||
{
|
||||
if (vm::map(addr, 0x10000000, 0x400))
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue