mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #3711] [MERGED] Core: Include older Windows 11 builds in the address space workaround #3672
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#3672
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/3711
Author: @StevenMiller123
Created: 10/5/2025
Status: ✅ Merged
Merged: 10/5/2025
Merged by: @squidbus
Base:
main← Head:hotfix-addr📝 Commits (1)
22469cbInclude older Windows 11 builds in the address space workaround📊 Changes
1 file changed (+4 additions, -3 deletions)
View changed files
📝
src/core/address_space.cpp(+4 -3)📄 Description
I've received reports that older Windows 11 builds are affected by the same VirtualAlloc2 bug seen in Windows 10, so increase the build number we apply the reduced USER_MAX value to.
For now, I've hardcoded the build number used by Windows 11 22H2, to correspond with the fact that Windows 10 22H2 was affected. I've only seen issue reports for up to Windows 11 21H2 though.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.