mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #1896] [MERGED] core: better memory configuration #2373
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#2373
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/1896
Author: @polybiusproxy
Created: 12/26/2024
Status: ✅ Merged
Merged: 12/28/2024
Merged by: @polybiusproxy
Base:
main← Head:core/kernel-memory📝 Commits (5)
b443beccore: better memory configuration6f8b6f5Check for valid pointers to extended memory615e8e1add temporary logging85982ddUse process param for querying SDK verf356a2dRemove logging📊 Changes
7 files changed (+55 additions, -32 deletions)
View changed files
📝
src/core/address_space.cpp(+1 -1)📝
src/core/libraries/kernel/memory.h(+5 -7)📝
src/core/libraries/np_trophy/np_trophy.cpp(+4 -3)📝
src/core/linker.cpp(+31 -10)📝
src/core/linker.h(+2 -1)📝
src/core/memory.cpp(+11 -9)📝
src/core/memory.h(+1 -1)📄 Description
This PR aims to resolve the issues from https://github.com/shadps4-emu/shadPS4/issues/825 based on @red-prig's work on kernel reverse engineering.
May also fix games that check for direct memory sizes, like The Last of Us Part II and Farming Simulator 22.
Marking as draft as this needs to be checked for regressions.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.