mirror of
https://github.com/RPCSX/rpcsx.git
synced 2026-01-07 01:00:06 +01:00
blockpool: add missed used count increment
This commit is contained in:
parent
7c44c8fe4b
commit
ab7f9b3f16
|
|
@ -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…
Reference in a new issue