mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 08:15:59 +03:00
[PR #70] [CLOSED] kernel filesystem implementation #1264
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#1264
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/70
Author: @georgemoralis
Created: 11/6/2023
Status: ❌ Closed
Base:
main← Head:filesystem_implementation📝 Commits (10+)
bfbe67bfs mount points and handles55a2bfcused existing empty place in vector when allocate a new one172fa7dreserved first 3 handles for stdin,stdout,stderr3238fffpartial support for sceKernelOpen directory961a1a3main : mounting app0bd6d635sceKernelOpen create directories works0f59f4aimplemented sceKernelClose461215aintial work on listing directories429d7detemp fix for create_directoriesfc14a8asceKernelGetdents implementation📊 Changes
13 files changed (+363 additions, -99 deletions)
View changed files
📝
CMakeLists.txt(+3 -1)📝
src/common/fs_file.cpp(+38 -21)📝
src/common/fs_file.h(+18 -28)📝
src/core/PS4/HLE/Graphics/video_out.cpp(+13 -11)➕
src/core/file_sys/fs.cpp(+77 -0)➕
src/core/file_sys/fs.h(+52 -0)📝
src/core/hle/error_codes.h(+4 -0)📝
src/core/hle/libraries/libc/libc.cpp(+1 -0)📝
src/core/hle/libraries/libc/libc_string.cpp(+22 -27)📝
src/core/hle/libraries/libc/libc_string.h(+1 -1)📝
src/core/hle/libraries/libkernel/file_system.cpp(+97 -6)📝
src/core/hle/libraries/libkernel/file_system.h(+30 -3)📝
src/main.cpp(+7 -1)📄 Description
rewrote with new core folder organize
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.