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

[ISSUE] File size of games not shown #345

Closed
rickgaiser opened this issue Jan 2, 2021 · 0 comments · Fixed by #354
Closed

[ISSUE] File size of games not shown #345

rickgaiser opened this issue Jan 2, 2021 · 0 comments · Fixed by #354
Assignees
Labels

Comments

@rickgaiser
Copy link
Member

As reported in #300 loading time was problematic. A workaround has been found (see 63367d2) by temporarily not checking file sizes.

To fix this issue, readdir has to also return the stuct stat, just like the old fileXio functions did. This is possible within the standards. Changes have to be made to:

  • newlib: to modify the definition of the structs (like this)
  • ps2sdk/libc: to fill the new structs (like this)
  • OPL: to use the size returned by readdir (like this)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant