[PR #239] [MERGED] Misc fixes 3 #1419

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/239
Author: @georgemoralis
Created: 7/5/2024
Status: Merged
Merged: 7/6/2024
Merged by: @georgemoralis

Base: mainHead: miscFixes3


📝 Commits (3)

  • 134541b submodules updates
  • 4ae8798 scePthreadMutexTimedlock added
  • d4d7e9f removed hardware info seems make perfomance issues , will test something more lightweight

📊 Changes

14 files changed (+48 additions, -44 deletions)

View changed files

📝 .gitmodules (+0 -3)
📝 CMakeLists.txt (+1 -1)
📝 externals/CMakeLists.txt (+0 -3)
📝 externals/fmt (+1 -1)
📝 externals/glslang (+1 -1)
externals/hwinfo (+0 -1)
📝 externals/magic_enum (+1 -1)
📝 externals/sdl3 (+1 -1)
📝 externals/vma (+1 -1)
📝 externals/zlib-ng (+1 -1)
📝 src/core/libraries/kernel/thread_management.cpp (+27 -0)
📝 src/emulator.cpp (+0 -15)
📝 src/emulator.h (+0 -1)
📝 src/sdl_window.cpp (+14 -14)

📄 Description


🔄 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/239 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 7/5/2024 **Status:** ✅ Merged **Merged:** 7/6/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `miscFixes3` --- ### 📝 Commits (3) - [`134541b`](https://github.com/shadps4-emu/shadPS4/commit/134541bdcd79a6e1c223a7ed2c0eecca6d870272) submodules updates - [`4ae8798`](https://github.com/shadps4-emu/shadPS4/commit/4ae879875e5b1c39c0cbd54fd44212e74dc0502c) scePthreadMutexTimedlock added - [`d4d7e9f`](https://github.com/shadps4-emu/shadPS4/commit/d4d7e9f5f632269be1258b5117454ac8605f351f) removed hardware info seems make perfomance issues , will test something more lightweight ### 📊 Changes **14 files changed** (+48 additions, -44 deletions) <details> <summary>View changed files</summary> 📝 `.gitmodules` (+0 -3) 📝 `CMakeLists.txt` (+1 -1) 📝 `externals/CMakeLists.txt` (+0 -3) 📝 `externals/fmt` (+1 -1) 📝 `externals/glslang` (+1 -1) ➖ `externals/hwinfo` (+0 -1) 📝 `externals/magic_enum` (+1 -1) 📝 `externals/sdl3` (+1 -1) 📝 `externals/vma` (+1 -1) 📝 `externals/zlib-ng` (+1 -1) 📝 `src/core/libraries/kernel/thread_management.cpp` (+27 -0) 📝 `src/emulator.cpp` (+0 -15) 📝 `src/emulator.h` (+0 -1) 📝 `src/sdl_window.cpp` (+14 -14) </details> ### 📄 Description - Updated submodules to latest - Added scePthreadMutexTimedlock (improves https://github.com/shadps4-emu/shadps4-game-compatibility/issues/80) --- <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:28 +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#1419
No description provided.