mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2614] [CLOSED] Unified Memory Allocation #2861
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#2861
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/2614
Author: @diegolix29
Created: 3/7/2025
Status: ❌ Closed
Base:
main← Head:Dynamic-Memory-Allocation📝 Commits (3)
5c87aa3Calling Memory expansion when a game needs it703fe84Unified Memory Allocation WIPd69b675Adding 1.5 * memory same as Ps4 allocates when asking for more ram📊 Changes
3 files changed (+45 additions, -14 deletions)
View changed files
📝
src/core/libraries/kernel/memory.cpp(+15 -4)📝
src/core/libraries/kernel/memory.h(+4 -2)📝
src/core/memory.h(+26 -8)📄 Description
Allow a game to expand memory when needs it implementing a basic way for a game to call for more memory in a dynamic way.
Makes Shadow Returns CUSA28615 get ingame.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.