mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 07:51:28 +12:00
Implement vm::find_map; improve memory allocation
Add vm::user64k and vm::user1m constants Remove vm::user_space, unreserve it
This commit is contained in:
parent
9578e1e923
commit
aa4040bb7b
10 changed files with 139 additions and 67 deletions
|
@ -1304,7 +1304,7 @@ void Emulator::Resume()
|
|||
|
||||
std::string dump;
|
||||
|
||||
for (u32 i = 0x10000; i < 0x30000000;)
|
||||
for (u32 i = 0x10000; i < 0x20000000;)
|
||||
{
|
||||
if (vm::check_addr(i))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue