mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #58] [MERGED] filesystem work #1250
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#1250
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/58
Author: @georgemoralis
Created: 10/19/2023
Status: ✅ Merged
Merged: 10/20/2023
Merged by: @georgemoralis
Base:
main← Head:fs📝 Commits (5)
84393e6initial fs work (logging mostly)e3effe8few libc (pow ,_Sin ) for ps4nes90d24c3e_type ET_SCE_DYNAMIC seems to be valid as welleb307b9draft fs designec36294more draft fs📊 Changes
13 files changed (+187 additions, -3 deletions)
View changed files
📝
CMakeLists.txt(+11 -1)📝
src/Core/PS4/HLE/LibC.cpp(+2 -0)📝
src/Core/PS4/HLE/LibKernel.cpp(+5 -0)📝
src/Core/PS4/Loader/Elf.cpp(+2 -2)📝
src/Emulator/HLE/Libraries/LibC/libc.cpp(+5 -0)📝
src/Emulator/HLE/Libraries/LibC/libc.h(+2 -0)➕
src/Emulator/HLE/Libraries/LibKernel/FileSystem/file_system.cpp(+13 -0)➕
src/Emulator/HLE/Libraries/LibKernel/FileSystem/file_system.h(+7 -0)➕
src/Emulator/HLE/Libraries/LibKernel/FileSystem/generic_file_system.h(+27 -0)➕
src/Emulator/HLE/Libraries/LibKernel/FileSystem/meta_file_system.cpp(+52 -0)➕
src/Emulator/HLE/Libraries/LibKernel/FileSystem/meta_file_system.h(+40 -0)➕
src/Emulator/HLE/Libraries/LibKernel/FileSystem/posix_file_system.cpp(+15 -0)➕
src/Emulator/HLE/Libraries/LibKernel/FileSystem/posix_file_system.h(+6 -0)📄 Description
Some work on file system . Focusing on Openbor but might do others as well
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.