[PR #152] [MERGED] Games fixes #1342

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

📋 Pull Request Information

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

Base: mainHead: gamefixes


📝 Commits (4)

  • dc3ab91 fixed sonic mania savedata
  • 4749782 scePthreadCondTimedwait needed for Hyper Light Drifter
  • 3d749bc added sceSaveDataMount needed for Cursed Castilla
  • 3320156 fixed a case in sceKernelCreateEventFlag (found in Super Meat boy)

📊 Changes

4 files changed (+96 additions, -13 deletions)

View changed files

📝 src/core/libraries/kernel/event_flag/event_flag.cpp (+2 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+30 -0)
📝 src/core/libraries/save_data/savedata.cpp (+38 -12)
📝 src/core/libraries/save_data/savedata.h (+26 -1)

📄 Description

  1. fixed sonic mania savedata

🔄 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/152 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 5/30/2024 **Status:** ✅ Merged **Merged:** 5/30/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `gamefixes` --- ### 📝 Commits (4) - [`dc3ab91`](https://github.com/shadps4-emu/shadPS4/commit/dc3ab91a76c9359201c7cd43d23c51e47505b39e) fixed sonic mania savedata - [`4749782`](https://github.com/shadps4-emu/shadPS4/commit/4749782a68f3b740ee7bf8fdcaa57a62f6efc0c0) scePthreadCondTimedwait needed for Hyper Light Drifter - [`3d749bc`](https://github.com/shadps4-emu/shadPS4/commit/3d749bc9042bddc96bce0b19c983177dadb45cf2) added sceSaveDataMount needed for Cursed Castilla - [`3320156`](https://github.com/shadps4-emu/shadPS4/commit/3320156a27dd7d92e1cfa25e5104d15c417f0908) fixed a case in sceKernelCreateEventFlag (found in Super Meat boy) ### 📊 Changes **4 files changed** (+96 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/event_flag/event_flag.cpp` (+2 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+30 -0) 📝 `src/core/libraries/save_data/savedata.cpp` (+38 -12) 📝 `src/core/libraries/save_data/savedata.h` (+26 -1) </details> ### 📄 Description 1. fixed sonic mania savedata --- <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:10 +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#1342
No description provided.