mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #125] [MERGED] Savedata + filesystem implementations #1316
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1316
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/shadps4-emu/shadPS4/pull/125
Author: @georgemoralis
Created: 5/5/2024
Status: ✅ Merged
Merged: 5/7/2024
Merged by: @georgemoralis
Base:
main← Head:savedata📝 Commits (7)
2b9b3e7moved savedata to proper folder277e16csceSaveDataMount2,sceSaveDataUmount some implementationad6724eimprovements in sceKernelOpen, rewrote sceKernelLseek, added sceKernelWrite, added sceKernelMkdir , partial sceKernelStat806781adummy ksernelMunmap (allows we are doomed to progress further)930f239clang format9dff197libc hle : added ftell , powf , roundf91dd175added sceKernelGetTscFrequency📊 Changes
18 files changed (+267 additions, -37 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(+117 -21)📝
src/core/libraries/kernel/file_system.h(+39 -0)📝
src/core/libraries/kernel/libkernel.cpp(+2 -1)📝
src/core/libraries/kernel/time_management.cpp(+5 -0)📝
src/core/libraries/kernel/time_management.h(+1 -0)📝
src/core/libraries/libc/libc.cpp(+3 -0)📝
src/core/libraries/libc/libc_math.cpp(+8 -0)📝
src/core/libraries/libc/libc_math.h(+2 -0)📝
src/core/libraries/libc/libc_stdio.cpp(+4 -0)📝
src/core/libraries/libc/libc_stdio.h(+1 -0)📝
src/core/libraries/libs.cpp(+1 -1)➕
src/core/libraries/save_data/error_codes.h(+8 -0)📝
src/core/libraries/save_data/savedata.cpp(+54 -9)📝
src/core/libraries/save_data/savedata.h(+9 -1)📝
src/core/libraries/system/msgdialog.h(+7 -0)📄 Description
Some implementations for savedata functions , and some for filesystem ( i will rewrite a better essay @raphaelthegreat ) later
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.