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
|
|
@ -808,7 +808,6 @@ namespace vm
|
|||
std::make_shared<block_t>(0xC0000000, 0x10000000), // video
|
||||
std::make_shared<block_t>(0xD0000000, 0x10000000), // stack
|
||||
std::make_shared<block_t>(0xE0000000, 0x20000000), // SPU reserved
|
||||
std::make_shared<block_t>(0x30000000, 0x10000000), // main extend
|
||||
};
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue