mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[PR #2972] [CLOSED] Windows filesystem fixes #3119
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#3119
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/2972
Author: @georgemoralis
Created: 5/22/2025
Status: ❌ Closed
Base:
main← Head:filesystem_win📝 Commits (4)
0289b99-Remove trailing separator when opening dirs if exist (windows doesn't like it)a3e998bMerge branch 'main' into filesystem_win2c8a959Merge branch 'main' into filesystem_win6277975Merge 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.