[PR #817] [MERGED] core/libraries/save_data: Implement wildcard searches on sceSaveDataDirNameSearch #1790

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/817
Author: @polybiusproxy
Created: 9/6/2024
Status: Merged
Merged: 9/6/2024
Merged by: @georgemoralis

Base: mainHead: core/p4g-savedata


📝 Commits (2)

  • 2f337f2 libraries/save_data: Implement wildcards and params
  • f65d2fe clang-format

📊 Changes

3 files changed (+63 additions, -19 deletions)

View changed files

📝 src/core/libraries/kernel/thread_management.cpp (+2 -2)
📝 src/core/libraries/save_data/savedata.cpp (+55 -12)
📝 src/sdl_window.cpp (+6 -5)

📄 Description

  • Implements params and wildcard searches on sceSaveDataDirNameSearch
  • Changes RenderDoc capture key to F12 (prev. CTRL+S)
  • Reduce log level on scePthreadSetaffinity/scePthreadAttrSetaffinity

Fixes saving and loading saves on Persona 4 GOLDEN (CUSA33874).


🔄 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/817 **Author:** [@polybiusproxy](https://github.com/polybiusproxy) **Created:** 9/6/2024 **Status:** ✅ Merged **Merged:** 9/6/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `core/p4g-savedata` --- ### 📝 Commits (2) - [`2f337f2`](https://github.com/shadps4-emu/shadPS4/commit/2f337f2f3b272cff47d5ded335b19f27a88d7e42) libraries/save_data: Implement wildcards and params - [`f65d2fe`](https://github.com/shadps4-emu/shadPS4/commit/f65d2fef9cd34a86542ea2bc6e883968b9f1511c) clang-format ### 📊 Changes **3 files changed** (+63 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/thread_management.cpp` (+2 -2) 📝 `src/core/libraries/save_data/savedata.cpp` (+55 -12) 📝 `src/sdl_window.cpp` (+6 -5) </details> ### 📄 Description - Implements params and wildcard searches on `sceSaveDataDirNameSearch` - Changes RenderDoc capture key to F12 (prev. CTRL+S) - Reduce log level on `scePthreadSetaffinity`/`scePthreadAttrSetaffinity` Fixes saving and loading saves on Persona 4 GOLDEN ([CUSA33874](https://github.com/shadps4-emu/shadps4-game-compatibility/issues/228)). --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:13:57 +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#1790
No description provided.