[PR #320] [MERGED] Misc Fixes 7 #1478

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/320
Author: @raziel1000
Created: 7/24/2024
Status: Merged
Merged: 7/26/2024
Merged by: @georgemoralis

Base: mainHead: miscFixes7


📝 Commits (10+)

  • 02d4af2 save_data: fix/accuracy for saveDataMem functions
  • f29293c thread_management: some pthread functions
  • f35518d sdl window: Added game title (serial, title and app_ver)
  • a475b38 - fixed sceAppContentTemporaryDataMount2
  • b4916ef some fixup to playgo , makes Worms go further
  • b62836d forgot a file
  • fa76a72 Applied feedback from @raphaelthegreat
  • a11ac5a ...
  • 64d305f cleanup memory_management
  • a4912b8 commented sem_timedwait for linux untill @squidbus fix it

📊 Changes

17 files changed (+187 additions, -43 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
📝 src/common/config.cpp (+1 -1)
📝 src/common/path_util.cpp (+1 -0)
📝 src/common/path_util.h (+2 -0)
src/core/file_format/playgo_chunk.cpp (+16 -0)
src/core/file_format/playgo_chunk.h (+31 -0)
📝 src/core/file_sys/fs.cpp (+13 -9)
📝 src/core/libraries/app_content/app_content.cpp (+2 -6)
📝 src/core/libraries/kernel/file_system.cpp (+14 -0)
📝 src/core/libraries/kernel/memory_management.cpp (+4 -3)
📝 src/core/libraries/kernel/memory_management.h (+8 -0)
📝 src/core/libraries/kernel/thread_management.cpp (+40 -0)
📝 src/core/libraries/playgo/playgo.cpp (+13 -5)
📝 src/core/libraries/save_data/savedata.cpp (+13 -11)
📝 src/emulator.cpp (+21 -5)
📝 src/sdl_window.cpp (+3 -2)
📝 src/sdl_window.h (+3 -1)

📄 Description

  • save_data and app_data fixes
  • added some pthread funcs
  • added game title to sdl window

🔄 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/320 **Author:** [@raziel1000](https://github.com/raziel1000) **Created:** 7/24/2024 **Status:** ✅ Merged **Merged:** 7/26/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `miscFixes7` --- ### 📝 Commits (10+) - [`02d4af2`](https://github.com/shadps4-emu/shadPS4/commit/02d4af27df1ba9714d16e94fb217f3f23f49f210) save_data: fix/accuracy for saveDataMem functions - [`f29293c`](https://github.com/shadps4-emu/shadPS4/commit/f29293c9fb9c1e98c06a1b063178b73205877167) thread_management: some pthread functions - [`f35518d`](https://github.com/shadps4-emu/shadPS4/commit/f35518d527d9eebe876ecf7bd8baca4032959418) sdl window: Added game title (serial, title and app_ver) - [`a475b38`](https://github.com/shadps4-emu/shadPS4/commit/a475b38e5f2b3fe6961a75644e699a225385d313) - fixed sceAppContentTemporaryDataMount2 - [`b4916ef`](https://github.com/shadps4-emu/shadPS4/commit/b4916ef2cab28ad77e4157fb5eb3d5a70a271f7b) some fixup to playgo , makes Worms go further - [`b62836d`](https://github.com/shadps4-emu/shadPS4/commit/b62836d29f3a824440ddb172190dd84288700388) forgot a file - [`fa76a72`](https://github.com/shadps4-emu/shadPS4/commit/fa76a723adeef84b4ca51ede771b600f2ad7a1cf) Applied feedback from @raphaelthegreat - [`a11ac5a`](https://github.com/shadps4-emu/shadPS4/commit/a11ac5a687501da0dadb6fbb0689d424bc74b4ab) ... - [`64d305f`](https://github.com/shadps4-emu/shadPS4/commit/64d305faeb8440bf0006039d423aff82c5822918) cleanup memory_management - [`a4912b8`](https://github.com/shadps4-emu/shadPS4/commit/a4912b8245ed8a55862feb61dd04b209e87dc009) commented sem_timedwait for linux untill @squidbus fix it ### 📊 Changes **17 files changed** (+187 additions, -43 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) 📝 `src/common/config.cpp` (+1 -1) 📝 `src/common/path_util.cpp` (+1 -0) 📝 `src/common/path_util.h` (+2 -0) ➕ `src/core/file_format/playgo_chunk.cpp` (+16 -0) ➕ `src/core/file_format/playgo_chunk.h` (+31 -0) 📝 `src/core/file_sys/fs.cpp` (+13 -9) 📝 `src/core/libraries/app_content/app_content.cpp` (+2 -6) 📝 `src/core/libraries/kernel/file_system.cpp` (+14 -0) 📝 `src/core/libraries/kernel/memory_management.cpp` (+4 -3) 📝 `src/core/libraries/kernel/memory_management.h` (+8 -0) 📝 `src/core/libraries/kernel/thread_management.cpp` (+40 -0) 📝 `src/core/libraries/playgo/playgo.cpp` (+13 -5) 📝 `src/core/libraries/save_data/savedata.cpp` (+13 -11) 📝 `src/emulator.cpp` (+21 -5) 📝 `src/sdl_window.cpp` (+3 -2) 📝 `src/sdl_window.h` (+3 -1) </details> ### 📄 Description - save_data and app_data fixes - added some pthread funcs - added game title to sdl window --- <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:45 +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#1478
No description provided.