Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix VirtualQuery rejecting unallocated blocks
it looks like get_free_mem_state_callback sees blocks before the exe base address as overlapping the exe base from calculating the block end address as block start address + size, ie a 256 byte block starting at 0x100 would "end" at 0x200 (Source of patch https://github.com/hdmap/wine-hackery/tree/master/f4se ) This change would be the more important one of two changes which would solve the following issue for proton: ValveSoftware/Proton#1069
- Loading branch information
378b111
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
duplicate of ValveSoftware#7
please delete. (was my first time trying to make a commit on git, I don't even know how to edit or delete it myself, somewhat embarrassing)