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

missing rewinddir() #110

Open
bucanero opened this issue Aug 31, 2020 · 0 comments
Open

missing rewinddir() #110

bucanero opened this issue Aug 31, 2020 · 0 comments

Comments

@bucanero
Copy link

bucanero commented Aug 31, 2020

Right now you can call rewinddir() in your code but it does nothing.
from what I saw, we are missing the rewinddir() implementation. PSL1GHT provides opendir(), readdir() and closedir() based on SCE openDir(), ReadDir() and CloseDir().

Is there a way to provide rewinddir() under PSL1GHT even if we don't have a PS3 syscall for it? I'm thinking about some emulated version but I'm not sure if it's actually possible.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant