Skip to content

Commit

Permalink
dmem: reduce free max chunk size on query
Browse files Browse the repository at this point in the history
  • Loading branch information
DHrpcs3 committed Nov 22, 2024
1 parent c075822 commit 91c7be8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions rpcsx/iodev/dmem.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -372,6 +372,8 @@ orbis::ErrorCode DmemDevice::queryMaxFreeChunkSize(std::uint64_t *start,
offset = it.endAddress();
}

resultSize /= 0x20;

*start = resultOffset;
*size = resultSize;

Expand Down

0 comments on commit 91c7be8

Please sign in to comment.