mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2945] [MERGED] libkernel: Don't align fixed memory mappings #3104
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#3104
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/2945
Author: @StevenMiller123
Created: 5/16/2025
Status: ✅ Merged
Merged: 5/16/2025
Merged by: @squidbus
Base:
main← Head:mem-fixes-again📝 Commits (2)
b248ab1Only align when flags Fixed is not present7f4e1e0Merge branch 'shadps4-emu:main' into mem-fixes-again📊 Changes
1 file changed (+5 additions, -6 deletions)
View changed files
📝
src/core/memory.cpp(+5 -6)📄 Description
Based on hardware observations, when MemoryMapFlags::Fixed is specified, alignment values are ignored.
This should fix some remaining memory troubles, including problems seen in Horizon Zero Dawn™: Complete Edition (CUSA10213).
Pinging @gandalfthewhite19890404 for tests, since I don't own this title.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.