[PR #57] [CLOSED] initial file system work #1249

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/57
Author: @georgemoralis
Created: 10/17/2023
Status: Closed

Base: mainHead: filesystem


📝 Commits (1)

📊 Changes

7 files changed (+58 additions, -1 deletions)

View changed files

📝 CMakeLists.txt (+8 -1)
📝 src/Core/PS4/HLE/LibC.cpp (+4 -0)
📝 src/Core/PS4/HLE/LibKernel.cpp (+5 -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/posix_file_system.cpp (+15 -0)
src/Emulator/HLE/Libraries/LibKernel/FileSystem/posix_file_system.h (+6 -0)

📄 Description

No description provided


🔄 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/57 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 10/17/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `filesystem` --- ### 📝 Commits (1) - [`1fb53a5`](https://github.com/shadps4-emu/shadPS4/commit/1fb53a5430d4a677acbf1da08a6f9fb1df11f2ef) initial file system work ### 📊 Changes **7 files changed** (+58 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+8 -1) 📝 `src/Core/PS4/HLE/LibC.cpp` (+4 -0) 📝 `src/Core/PS4/HLE/LibKernel.cpp` (+5 -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/posix_file_system.cpp` (+15 -0) ➕ `src/Emulator/HLE/Libraries/LibKernel/FileSystem/posix_file_system.h` (+6 -0) </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 21:11:48 +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#1249
No description provided.