satiator / satiator-menu

Menu for the Satiator cartridge for Sega Saturn
Mozilla Public License 2.0
95 stars 6 forks source link

s_opendir() Questions #5

Closed slinga-homebrew closed 4 years ago

slinga-homebrew commented 4 years ago

s_opendir() doesn't appear to return a file handle. Is there something I need to close? Is it save to call opendir() again? I'm potentially seeing some weird results.

abrasive commented 4 years ago

At the moment you can only open one directory at once, and it's automatically closed when you call opendir() the next time.

This could certainly use handles, I guess it would make life easier?

slinga-homebrew commented 4 years ago

I'll let re-open if this is still an issue but I don't think you need to make any changes for the time being.