mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #439] [MERGED] [WIP] libSceNgs2 #1563
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#1563
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/439
Author: @lzardy
Created: 8/15/2024
Status: ✅ Merged
Merged: 8/19/2024
Merged by: @georgemoralis
Base:
main← Head:ngs2📝 Commits (10+)
911eb34init ngs2a6f6322clangccd10acngs2 HLE for missing LLE114ce92Merge branch 'main' into ngs21cffb25clangce1a942Merge remote-tracking branch 'upstream/main' into ngs25a3fa11clangc162e41orbis ngs2 error codescc1d44aresolve, error codes, ngs2_impl807ea7aclang📊 Changes
10 files changed (+742 additions, -2 deletions)
View changed files
📝
CMakeLists.txt(+2 -0)📝
src/common/logging/filter.cpp(+1 -0)📝
src/common/logging/types.h(+1 -0)📝
src/core/libraries/error_codes.h(+1 -1)➕
src/core/libraries/ngs2/ngs2.cpp(+419 -0)➕
src/core/libraries/ngs2/ngs2.h(+72 -0)➕
src/core/libraries/ngs2/ngs2_error.h(+56 -0)➕
src/core/libraries/ngs2/ngs2_impl.cpp(+163 -0)➕
src/core/libraries/ngs2/ngs2_impl.h(+25 -0)📝
src/emulator.cpp(+2 -1)📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.