mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-24 23:36:00 +03:00
[PR #3891] Basic implementation of SceNgs2 for HLE #3781
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#3781
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/3891
Author: @Gursukh
Created: 1/3/2026
Status: 🔄 Open
Base:
main← Head:SceNgs2HLE📝 Commits (3)
2b32823Implement rack management and streaming support in NGS2 library0f4e5ffChore: Changed var names to snake casedd1451fChore: clang format fix and GPL license add📊 Changes
5 files changed (+1458 additions, -121 deletions)
View changed files
➕
src/core/libraries/ngs2/README.md(+325 -0)📝
src/core/libraries/ngs2/ngs2.cpp(+706 -39)📝
src/core/libraries/ngs2/ngs2_impl.cpp(+199 -74)📝
src/core/libraries/ngs2/ngs2_impl.h(+28 -8)➕
src/core/libraries/ngs2/ngs2_internal.h(+200 -0)📄 Description
There is a README within the NGS2 folder detailing how the library works and possible future work.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.