mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-04-06 06:55:09 +00:00
blockpool: add missed used count increment
This commit is contained in:
parent
7c44c8fe4b
commit
ab7f9b3f16
1 changed files with 1 additions and 0 deletions
|
|
@ -226,6 +226,7 @@ struct PooledMemoryResource {
|
|||
{.pmemAddress = block.beginAddress(), .type = type},
|
||||
false);
|
||||
freeBlocks.pop_back();
|
||||
used += mapVirtualRange.size();
|
||||
|
||||
virtualRange = rx::AddressRange::fromBeginEnd(
|
||||
mapVirtualRange.endAddress(), virtualRange.endAddress());
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue