[PR #439] [MERGED] [WIP] libSceNgs2 #1563

Closed
opened 2026-02-27 21:13:05 +03:00 by kerem · 0 comments
Owner

📋 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: mainHead: ngs2


📝 Commits (10+)

📊 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.

## 📋 Pull Request Information **Original PR:** https://github.com/shadps4-emu/shadPS4/pull/439 **Author:** [@lzardy](https://github.com/lzardy) **Created:** 8/15/2024 **Status:** ✅ Merged **Merged:** 8/19/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `ngs2` --- ### 📝 Commits (10+) - [`911eb34`](https://github.com/shadps4-emu/shadPS4/commit/911eb34e595dc01966059961333c0db52065e9dd) init ngs2 - [`a6f6322`](https://github.com/shadps4-emu/shadPS4/commit/a6f63228aea2d42f3a51c850ebfc4de2688b8d2c) clang - [`ccd10ac`](https://github.com/shadps4-emu/shadPS4/commit/ccd10acc5dbf0ac01d1081087276ea37d97a038c) ngs2 HLE for missing LLE - [`114ce92`](https://github.com/shadps4-emu/shadPS4/commit/114ce92cf46dc572f1df64d3f4ec7d7af6ed0fe1) Merge branch 'main' into ngs2 - [`1cffb25`](https://github.com/shadps4-emu/shadPS4/commit/1cffb25372439d60335b0aaa36c8b5f0df8635ac) clang - [`ce1a942`](https://github.com/shadps4-emu/shadPS4/commit/ce1a9425b053b3b7d60557b6047dffbc7e6e936d) Merge remote-tracking branch 'upstream/main' into ngs2 - [`5a3fa11`](https://github.com/shadps4-emu/shadPS4/commit/5a3fa11c8a700cb9a74eef6d82ef014227400625) clang - [`c162e41`](https://github.com/shadps4-emu/shadPS4/commit/c162e4116cb687c9b9b738cdc0e1315111037c7a) orbis ngs2 error codes - [`cc1d44a`](https://github.com/shadps4-emu/shadPS4/commit/cc1d44a836ba4a08258fa2206c265d43de69bb32) resolve, error codes, ngs2_impl - [`807ea7a`](https://github.com/shadps4-emu/shadPS4/commit/807ea7a7f67ad311c4a9e4697a54fff594e2362a) clang ### 📊 Changes **10 files changed** (+742 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:05 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/shadPS4#1563
No description provided.