[PR #2972] [CLOSED] Windows filesystem fixes #3119

Closed
opened 2026-02-27 22:02:30 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/shadps4-emu/shadPS4/pull/2972
Author: @georgemoralis
Created: 5/22/2025
Status: Closed

Base: mainHead: filesystem_win


📝 Commits (4)

  • 0289b99 -Remove trailing separator when opening dirs if exist (windows doesn't like it)
  • a3e998b Merge branch 'main' into filesystem_win
  • 2c8a959 Merge branch 'main' into filesystem_win
  • 6277975 Merge branch 'main' into filesystem_win

📊 Changes

3 files changed (+71 additions, -6 deletions)

View changed files

📝 src/common/io_file.cpp (+58 -3)
📝 src/common/io_file.h (+12 -2)
📝 src/core/libraries/kernel/file_system.cpp (+1 -1)

📄 Description

-Remove trailing separator when opening dirs if exist (windows doesn't like it)
-Support for opening dirs in windows

This is not probably the best code but might give better results in games that reports "Opening directories is not fully supported on this platform"


🔄 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/2972 **Author:** [@georgemoralis](https://github.com/georgemoralis) **Created:** 5/22/2025 **Status:** ❌ Closed **Base:** `main` ← **Head:** `filesystem_win` --- ### 📝 Commits (4) - [`0289b99`](https://github.com/shadps4-emu/shadPS4/commit/0289b99d69f9d022fa84a54427e539aad6e83743) -Remove trailing separator when opening dirs if exist (windows doesn't like it) - [`a3e998b`](https://github.com/shadps4-emu/shadPS4/commit/a3e998b84d87b57c58001147efad5d0c46924abb) Merge branch 'main' into filesystem_win - [`2c8a959`](https://github.com/shadps4-emu/shadPS4/commit/2c8a959acce51f0036e58c82e25f49a2ecade146) Merge branch 'main' into filesystem_win - [`6277975`](https://github.com/shadps4-emu/shadPS4/commit/6277975bc4a30ec86d0afd18a63586aaf62e85e5) Merge branch 'main' into filesystem_win ### 📊 Changes **3 files changed** (+71 additions, -6 deletions) <details> <summary>View changed files</summary> 📝 `src/common/io_file.cpp` (+58 -3) 📝 `src/common/io_file.h` (+12 -2) 📝 `src/core/libraries/kernel/file_system.cpp` (+1 -1) </details> ### 📄 Description -Remove trailing separator when opening dirs if exist (windows doesn't like it) -Support for opening dirs in windows This is not probably the best code but might give better results in games that reports "Opening directories is not fully supported on this platform" --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 22:02:30 +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#3119
No description provided.