From 6ec4a88eb523ce7547884c0b076985572d1926df Mon Sep 17 00:00:00 2001 From: Nekotekina Date: Sat, 18 Aug 2018 21:02:16 +0300 Subject: [PATCH] Hardcode vm::user64k location --- rpcs3/Emu/Memory/vm.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rpcs3/Emu/Memory/vm.cpp b/rpcs3/Emu/Memory/vm.cpp index b2637436a8..8fa7b92eb4 100644 --- a/rpcs3/Emu/Memory/vm.cpp +++ b/rpcs3/Emu/Memory/vm.cpp @@ -881,7 +881,7 @@ namespace vm g_locations = { std::make_shared(0x00010000, 0x1FFF0000), // main - nullptr, // user 64k pages + std::make_shared(0x20000000, 0x10000000, 0x201), // user 64k pages nullptr, // user 1m pages std::make_shared(0xC0000000, 0x10000000), // video std::make_shared(0xD0000000, 0x10000000), // stack