mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #2732] [MERGED] Fix libSceNgs2 HLE regressions #2943
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#2943
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/2732
Author: @StevenMiller123
Created: 3/31/2025
Status: ✅ Merged
Merged: 4/1/2025
Merged by: @georgemoralis
Base:
main← Head:ngs2-hle-fixes📝 Commits (8)
963f717Fix sceNgs2SystemCreateWithAllocator9f6335cRemove error handling for unimplemented functions519159cUse Core::ExecuteGuest to execute allocator alloc and free417dfcbClang6138484Fix function definitions in ngs2.ha7d1938Fix function defs in ngs2_impl.h811e62aClangb4bfabeClang📊 Changes
4 files changed (+60 additions, -118 deletions)
View changed files
📝
src/core/libraries/ngs2/ngs2.cpp(+44 -108)📝
src/core/libraries/ngs2/ngs2.h(+11 -7)📝
src/core/libraries/ngs2/ngs2_impl.h(+3 -2)📝
src/core/libraries/ngs2/ngs2_report.h(+2 -1)📄 Description
This PR attempts to resolve some of the libSceNgs2 HLE-related regressions showing up after https://github.com/shadps4-emu/shadPS4/pull/1604 was merged.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.