mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-26 00:05:58 +03:00
[PR #3416] [MERGED] Filesystem: Directory-related fixes #3448
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#3448
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/3416
Author: @StevenMiller123
Created: 8/14/2025
Status: ✅ Merged
Merged: 8/14/2025
Merged by: @georgemoralis
Base:
main← Head:dirents-fix-again📝 Commits (4)
6949a1cVarious GetDents fixes98a7974Fstat dir stub changes3873f22Stat dir stub changesd0008c6Merge branch 'shadps4-emu:main' into dirents-fix-again📊 Changes
1 file changed (+40 additions, -29 deletions)
View changed files
📝
src/core/libraries/kernel/file_system.cpp(+40 -29)📄 Description
After running some hardware tests on my PS4, I've found several discrepancies between our behavior and an actual PS4. This PR resolves several bugs I've encountered.
size = 65536,blocks = 128, andblksize = 65536, so I've updated our stub for stat and fstat to return those constants instead. /temp0 appears to return smaller values, not sure where they come from though.With all these changes in effect, all versions of Kingdom Come Deliverance: Royal Edition (CUSA15436) progress further, but still crash at nothing due to access violations occuring during sharp tracking.
CUSA15436.log
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.