[PR #67] [CLOSED] Newfs #1258

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

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/67
Author: @georgemoralis
Created: 11/4/2023
Status: Closed

Base: mainHead: newfs


📝 Commits (4)

📊 Changes

5 files changed (+116 additions, -3 deletions)

View changed files

📝 CMakeLists.txt (+2 -0)
src/core/file_sys/fs.cpp (+66 -0)
src/core/file_sys/fs.h (+45 -0)
📝 src/core/hle/libraries/libkernel/file_system.cpp (+2 -2)
📝 src/core/hle/libraries/libkernel/file_system.h (+1 -1)

📄 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/67 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 11/4/2023 **Status:** ❌ Closed **Base:** `main` ← **Head:** `newfs` --- ### 📝 Commits (4) - [`1d76376`](https://github.com/shadps4-emu/shadPS4/commit/1d76376d09c0c28e148c5d86579d97aea99bc6eb) intial dummy fs - [`c41b773`](https://github.com/shadps4-emu/shadPS4/commit/c41b7736772884051c91d09771b37670503201e3) added mounting points - [`997dbdd`](https://github.com/shadps4-emu/shadPS4/commit/997dbddfce2ff9ecb060476a96cc4527fbf794bc) initial handles design - [`ca642a3`](https://github.com/shadps4-emu/shadPS4/commit/ca642a3a5fa44e2e4a85fb2511e4fa2bc43e5a04) handles implementation ### 📊 Changes **5 files changed** (+116 additions, -3 deletions) <details> <summary>View changed files</summary> 📝 `CMakeLists.txt` (+2 -0) ➕ `src/core/file_sys/fs.cpp` (+66 -0) ➕ `src/core/file_sys/fs.h` (+45 -0) 📝 `src/core/hle/libraries/libkernel/file_system.cpp` (+2 -2) 📝 `src/core/hle/libraries/libkernel/file_system.h` (+1 -1) </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:50 +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#1258
No description provided.