mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #312] [MERGED] Add sceKernelGetDirectMemoryType, update sceKernelReserveVirtualRange #1474
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#1474
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/312
Author: @Borchev
Created: 7/21/2024
Status: ✅ Merged
Merged: 7/21/2024
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (2)
f556f85Add sceKernelGetDirectMemoryType and update sceKernelReserveVirtualRange to search for free region when virtual_addr==05419212Fix formatting📊 Changes
5 files changed (+53 additions, -2 deletions)
View changed files
📝
src/core/libraries/kernel/libkernel.cpp(+1 -0)📝
src/core/libraries/kernel/memory_management.cpp(+9 -0)📝
src/core/libraries/kernel/memory_management.h(+3 -0)📝
src/core/memory.cpp(+37 -2)📝
src/core/memory.h(+3 -0)📄 Description
With these changes, P.T. appears to make more progress in terms of booting
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.