mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2025-08-05 23:58:40 +00:00
Formatting
This commit is contained in:
parent
6348dcb6e7
commit
fdf595f7aa
1 changed files with 2 additions and 1 deletions
|
@ -72,7 +72,8 @@ struct AddressSpace::Impl {
|
||||||
}
|
}
|
||||||
reduction += ReductionOnFail;
|
reduction += ReductionOnFail;
|
||||||
}
|
}
|
||||||
ASSERT_MSG(virtual_base, "Unable to reserve virtual address space: {}", Common::GetLastErrorMsg());
|
ASSERT_MSG(virtual_base, "Unable to reserve virtual address space: {}",
|
||||||
|
Common::GetLastErrorMsg());
|
||||||
|
|
||||||
// Take the reduction off of the system managed area, and leave the others unchanged.
|
// Take the reduction off of the system managed area, and leave the others unchanged.
|
||||||
system_managed_base = virtual_base;
|
system_managed_base = virtual_base;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue