Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sceIoGetStat: Fix retrieving timestamps from directories #19340

Merged
merged 2 commits into from
Jul 18, 2024

Conversation

hrydgard
Copy link
Owner

For some silly reason, we only correctly retrieved mtime etc from files, not directories.

Fixes #16939 finally (or at least should, I haven't checked the iteration order carefully).

Might also fix other things, who knows.

Big thanks to @Parik27 for figuring this one out.

@hrydgard hrydgard added the I/O Affected by I/O timing settings, or other kind of I/O issue. label Jul 18, 2024
@hrydgard hrydgard added this to the v1.18.0 milestone Jul 18, 2024
@hrydgard hrydgard merged commit 4b615f0 into master Jul 18, 2024
18 checks passed
@hrydgard hrydgard deleted the getstat-dir-fix branch July 18, 2024 12:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
I/O Affected by I/O timing settings, or other kind of I/O issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Savedata iteration order doesn't match the real PSP?
1 participant