mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #1604] [MERGED] [Libs] Ngs2 #2194
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#2194
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/1604
Author: @lzardy
Created: 11/27/2024
Status: ✅ Merged
Merged: 3/26/2025
Merged by: @georgemoralis
Base:
main← Head:main📝 Commits (10+)
a53120b[libSceNgs2] Logging & Structs1962273clang1bf1ffaclang4ba9646stdarg inclb90c585proper logs356ba6engs2 latest0b21d8a[libSceNgs2] Logging & Structs0e6df25clang6cf9af1latest58e26d0fix includes📊 Changes
23 files changed (+2103 additions, -267 deletions)
View changed files
📝
CMakeLists.txt(+18 -0)📝
src/core/libraries/ngs2/ngs2.cpp(+361 -117)📝
src/core/libraries/ngs2/ngs2.h(+237 -40)➕
src/core/libraries/ngs2/ngs2_custom.cpp(+12 -0)➕
src/core/libraries/ngs2/ngs2_custom.h(+444 -0)➕
src/core/libraries/ngs2/ngs2_eq.cpp(+12 -0)➕
src/core/libraries/ngs2/ngs2_eq.h(+41 -0)➕
src/core/libraries/ngs2/ngs2_geom.cpp(+12 -0)➕
src/core/libraries/ngs2/ngs2_geom.h(+80 -0)📝
src/core/libraries/ngs2/ngs2_impl.cpp(+114 -96)📝
src/core/libraries/ngs2/ngs2_impl.h(+167 -14)➕
src/core/libraries/ngs2/ngs2_mastering.cpp(+12 -0)➕
src/core/libraries/ngs2/ngs2_mastering.h(+81 -0)➕
src/core/libraries/ngs2/ngs2_pan.cpp(+12 -0)➕
src/core/libraries/ngs2/ngs2_pan.h(+25 -0)➕
src/core/libraries/ngs2/ngs2_report.cpp(+12 -0)➕
src/core/libraries/ngs2/ngs2_report.h(+78 -0)➕
src/core/libraries/ngs2/ngs2_reverb.cpp(+12 -0)➕
src/core/libraries/ngs2/ngs2_reverb.h(+61 -0)➕
src/core/libraries/ngs2/ngs2_sampler.cpp(+12 -0)...and 3 more files
📄 Description
ngs2_implto be more accurate, including structs (with byte comments, need confirmation)I can remove the
.cppor.hthat are not used or empty if needed.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.