mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-10 08:51:28 +12:00
Rsx/vm: fix base addresses
This commit is contained in:
parent
f349695a75
commit
449888b9db
6 changed files with 8 additions and 9 deletions
|
@ -1304,7 +1304,7 @@ void Emulator::Resume()
|
|||
|
||||
std::string dump;
|
||||
|
||||
for (u32 i = 0x10000; i < 0x40000000;)
|
||||
for (u32 i = 0x10000; i < 0x30000000;)
|
||||
{
|
||||
if (vm::check_addr(i))
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue