[PR #3957] [MERGED] pngenc hle #3823

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/3957
Author: @CrazyBloo
Created: 1/25/2026
Status: Merged
Merged: 1/30/2026
Merged by: @georgemoralis

Base: mainHead: pngenc2


📝 Commits (8)

📊 Changes

5 files changed (+352 additions, -1 deletions)

View changed files

📝 CMakeLists.txt (+3 -0)
src/core/libraries/libpng/pngenc.cpp (+266 -0)
src/core/libraries/libpng/pngenc.h (+67 -0)
src/core/libraries/libpng/pngenc_error.h (+14 -0)
📝 src/emulator.cpp (+2 -1)

📄 Description

should be pretty much done. going to test a few more things on a homebrew app and will mark ready for merge

fixes save related crashes in minecraft


🔄 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/3957 **Author:** [@CrazyBloo](https://github.com/CrazyBloo) **Created:** 1/25/2026 **Status:** ✅ Merged **Merged:** 1/30/2026 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `pngenc2` --- ### 📝 Commits (8) - [`a9d49b0`](https://github.com/shadps4-emu/shadPS4/commit/a9d49b07f634b44907cb7dbd0cf366d0b54bf398) PngEnc hle - [`4e5bd64`](https://github.com/shadps4-emu/shadPS4/commit/4e5bd6463d5c0628c2444a78f0349f2e64b0368f) format - [`4154828`](https://github.com/shadps4-emu/shadPS4/commit/415482864ebce255ef409c3c067290c73fc63abf) formatting + fix scePngEncDelete - [`a0cf16d`](https://github.com/shadps4-emu/shadPS4/commit/a0cf16dc69176ba6d40bd02a16c92964e25fe4dc) fix cmake + misc improvements - [`215eeaf`](https://github.com/shadps4-emu/shadPS4/commit/215eeaf15da022996a9388baf1b5d222bfaa9640) fixes - [`0e1c719`](https://github.com/shadps4-emu/shadPS4/commit/0e1c7198fd14b907356428de839a862f0080a9b7) format - [`8d302ab`](https://github.com/shadps4-emu/shadPS4/commit/8d302ab0497307c4df31a346b3312fa4092b0d2c) Update pngenc.cpp - [`fa048db`](https://github.com/shadps4-emu/shadPS4/commit/fa048dbee34ba6dfd8503364d9b38127802fd0a5) set outputInfo->processed_height during png write ### 📊 Changes **5 files changed** (+352 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+3 -0) ➕ `src/core/libraries/libpng/pngenc.cpp` (+266 -0) ➕ `src/core/libraries/libpng/pngenc.h` (+67 -0) ➕ `src/core/libraries/libpng/pngenc_error.h` (+14 -0) 📝 `src/emulator.cpp` (+2 -1) </details> ### 📄 Description should be pretty much done. going to test a few more things on a homebrew app and will mark ready for merge fixes save related crashes in minecraft --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:05:07 +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#3823
No description provided.