mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-27 00:36:00 +03:00
[PR #196] [MERGED] Added LibPngDec #1382
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#1382
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/196
Author: @raziel1000
Created: 6/14/2024
Status: ✅ Merged
Merged: 6/14/2024
Merged by: @georgemoralis
Base:
main← Head:LibPngDec📝 Commits (1)
080ec3eAdded LibPngDec📊 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.