[PR #196] [MERGED] Added LibPngDec #1382

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/196
Author: @raziel1000
Created: 6/14/2024
Status: Merged
Merged: 6/14/2024
Merged by: @georgemoralis

Base: mainHead: LibPngDec


📝 Commits (1)

📊 Changes

9 files changed (+336 additions, -12 deletions)

View changed files

📝 CMakeLists.txt (+5 -0)
📝 src/common/logging/filter.cpp (+1 -0)
📝 src/common/logging/types.h (+1 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+16 -3)
📝 src/core/libraries/kernel/time_management.cpp (+44 -9)
📝 src/core/libraries/kernel/time_management.h (+19 -0)
src/core/libraries/libpng/pngdec.cpp (+169 -0)
src/core/libraries/libpng/pngdec.h (+79 -0)
📝 src/core/libraries/libs.cpp (+2 -0)

📄 Description

(tested with Metal Slug 3, Risk of Rain, Deadbolt and Nidhogg)


🔄 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/196 **Author:** [@raziel1000](https://github.com/raziel1000) **Created:** 6/14/2024 **Status:** ✅ Merged **Merged:** 6/14/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `LibPngDec` --- ### 📝 Commits (1) - [`080ec3e`](https://github.com/shadps4-emu/shadPS4/commit/080ec3e23ebd8d1b9bf762e127cf998f11d85b0a) Added LibPngDec ### 📊 Changes **9 files changed** (+336 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+5 -0) 📝 `src/common/logging/filter.cpp` (+1 -0) 📝 `src/common/logging/types.h` (+1 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+16 -3) 📝 `src/core/libraries/kernel/time_management.cpp` (+44 -9) 📝 `src/core/libraries/kernel/time_management.h` (+19 -0) ➕ `src/core/libraries/libpng/pngdec.cpp` (+169 -0) ➕ `src/core/libraries/libpng/pngdec.h` (+79 -0) 📝 `src/core/libraries/libs.cpp` (+2 -0) </details> ### 📄 Description (tested with Metal Slug 3, Risk of Rain, Deadbolt and Nidhogg) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:12:19 +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#1382
No description provided.