[PR #346] [MERGED] SaveData Fixes #1499

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

📋 Pull Request Information

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

Base: mainHead: savedata_1


📝 Commits (5)

  • d7acb93 - Implemented sceSaveDataSetParam and sceSaveDataGetParam
  • d017bab Kernel: added sceKernelConvertLocaltimeToUtc
  • 51c89a9 added data_format=10 and num_format=5
  • ec13359 added data_format=1 and num_format=9
  • 4134026 missing eR8Srgb

📊 Changes

4 files changed (+155 additions, -37 deletions)

View changed files

📝 src/core/libraries/kernel/time_management.cpp (+17 -0)
📝 src/core/libraries/save_data/savedata.cpp (+120 -36)
📝 src/core/libraries/save_data/savedata.h (+10 -1)
📝 src/video_core/renderer_vulkan/liverpool_to_vk.cpp (+8 -0)

📄 Description

  • Implemented sceSaveDataSetParam and sceSaveDataGetParam
  • Fixed sceSaveDataDirNameSearch

🔄 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/346 **Author:** [@raziel1000](https://github.com/raziel1000) **Created:** 7/31/2024 **Status:** ✅ Merged **Merged:** 7/31/2024 **Merged by:** [@georgemoralis](https://github.com/georgemoralis) **Base:** `main` ← **Head:** `savedata_1` --- ### 📝 Commits (5) - [`d7acb93`](https://github.com/shadps4-emu/shadPS4/commit/d7acb93d6f3fb4f91620067a43ba9a2e86c8b54f) - Implemented sceSaveDataSetParam and sceSaveDataGetParam - [`d017bab`](https://github.com/shadps4-emu/shadPS4/commit/d017bab21ec15e60bb011ac6c2fe369a6db22d9e) Kernel: added sceKernelConvertLocaltimeToUtc - [`51c89a9`](https://github.com/shadps4-emu/shadPS4/commit/51c89a9958fc357d1aa4b27ded6f0c03df53f5bf) added data_format=10 and num_format=5 - [`ec13359`](https://github.com/shadps4-emu/shadPS4/commit/ec1335911b85664256ad72cbb686648730ee0b2a) added data_format=1 and num_format=9 - [`4134026`](https://github.com/shadps4-emu/shadPS4/commit/413402600b20c2faad278fce1dd563e9a226ca54) missing eR8Srgb ### 📊 Changes **4 files changed** (+155 additions, -37 deletions) <details> <summary>View changed files</summary> 📝 `src/core/libraries/kernel/time_management.cpp` (+17 -0) 📝 `src/core/libraries/save_data/savedata.cpp` (+120 -36) 📝 `src/core/libraries/save_data/savedata.h` (+10 -1) 📝 `src/video_core/renderer_vulkan/liverpool_to_vk.cpp` (+8 -0) </details> ### 📄 Description - Implemented sceSaveDataSetParam and sceSaveDataGetParam - Fixed sceSaveDataDirNameSearch --- <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:49 +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#1499
No description provided.