[PR #115] [CLOSED] Savedata stuff #1306

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/115
Author: @georgemoralis
Created: 4/25/2024
Status: Closed

Base: mainHead: savedata_stuff


📝 Commits (10+)

  • 495def1 move savedata to proper package
  • 1c4a9aa improvements in sceSaveDataMount2
  • e22c77e some completeness with sceSaveDataMount2
  • b1d0833 initial sceKernelMkdir
  • 85c27ad implemented sceKernelMkdir
  • 27fe600 use strncpy for linux
  • 9a16abe removed debug stuff
  • d72159a partial sceKernelStat,stat functions
  • 3a4986b some more work on savedata
  • 85dae9d improvements in sceSaveDataMount2 , scesavedataunmount , sceMKKernel

📊 Changes

10 files changed (+233 additions, -39 deletions)

View changed files

📝 CMakeLists.txt (+3 -2)
📝 src/common/path_util.cpp (+1 -0)
📝 src/common/path_util.h (+2 -2)
📝 src/core/libraries/kernel/file_system.cpp (+109 -21)
📝 src/core/libraries/kernel/file_system.h (+39 -0)
📝 src/core/libraries/libs.cpp (+1 -1)
src/core/libraries/save_data/error_codes.h (+8 -0)
📝 src/core/libraries/save_data/save_data.cpp (+54 -12)
📝 src/core/libraries/save_data/save_data.h (+9 -1)
📝 src/core/libraries/system/msgdialog.h (+7 -0)

📄 Description

some games read or try to write savedata , let's do a workaround


🔄 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/115 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 4/25/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `savedata_stuff` --- ### 📝 Commits (10+) - [`495def1`](https://github.com/shadps4-emu/shadPS4/commit/495def1e9bf6eb0e86133f850f0a3fbc1f39ca2b) move savedata to proper package - [`1c4a9aa`](https://github.com/shadps4-emu/shadPS4/commit/1c4a9aa0634ec3db0ef33fd7838abcebefdbe70f) improvements in sceSaveDataMount2 - [`e22c77e`](https://github.com/shadps4-emu/shadPS4/commit/e22c77e63383a0974aba7c1e92079165a887208a) some completeness with sceSaveDataMount2 - [`b1d0833`](https://github.com/shadps4-emu/shadPS4/commit/b1d0833011af9d145fbeca0d10ca9e57988b27bb) initial sceKernelMkdir - [`85c27ad`](https://github.com/shadps4-emu/shadPS4/commit/85c27ad8a03fb259c4823e5244aa4da6b13f574d) implemented sceKernelMkdir - [`27fe600`](https://github.com/shadps4-emu/shadPS4/commit/27fe60001ac10670cc6a98fa82a9de560b7cc0f9) use strncpy for linux - [`9a16abe`](https://github.com/shadps4-emu/shadPS4/commit/9a16abecb35daafdf93525dbbcd12157658dfbe0) removed debug stuff - [`d72159a`](https://github.com/shadps4-emu/shadPS4/commit/d72159a64d8a17ffc9e5908891db23d29cf4be8e) partial sceKernelStat,stat functions - [`3a4986b`](https://github.com/shadps4-emu/shadPS4/commit/3a4986b726d960a7743b1fcdd4f7ed254405875a) some more work on savedata - [`85dae9d`](https://github.com/shadps4-emu/shadPS4/commit/85dae9d3c96a0b84a44b99ae489d74ae392f9f89) improvements in sceSaveDataMount2 , scesavedataunmount , sceMKKernel ### 📊 Changes **10 files changed** (+233 additions, -39 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+3 -2) 📝 `src/common/path_util.cpp` (+1 -0) 📝 `src/common/path_util.h` (+2 -2) 📝 `src/core/libraries/kernel/file_system.cpp` (+109 -21) 📝 `src/core/libraries/kernel/file_system.h` (+39 -0) 📝 `src/core/libraries/libs.cpp` (+1 -1) ➕ `src/core/libraries/save_data/error_codes.h` (+8 -0) 📝 `src/core/libraries/save_data/save_data.cpp` (+54 -12) 📝 `src/core/libraries/save_data/save_data.h` (+9 -1) 📝 `src/core/libraries/system/msgdialog.h` (+7 -0) </details> ### 📄 Description some games read or try to write savedata , let's do a workaround --- <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:00 +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#1306
No description provided.