mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-21 20:15:27 +00:00
Hardcode vm::user64k location
This commit is contained in:
parent
182c04b59d
commit
6ec4a88eb5
1 changed files with 1 additions and 1 deletions
|
@ -881,7 +881,7 @@ namespace vm
|
|||
g_locations =
|
||||
{
|
||||
std::make_shared<block_t>(0x00010000, 0x1FFF0000), // main
|
||||
nullptr, // user 64k pages
|
||||
std::make_shared<block_t>(0x20000000, 0x10000000, 0x201), // user 64k pages
|
||||
nullptr, // user 1m pages
|
||||
std::make_shared<block_t>(0xC0000000, 0x10000000), // video
|
||||
std::make_shared<block_t>(0xD0000000, 0x10000000), // stack
|
||||
|
|
Loading…
Add table
Reference in a new issue