OpenSWE1R / openswe1r

An Open-Source port of the 1999 Game "Star Wars Episode 1: Racer"
https://openswe1r.github.io/
GNU General Public License v2.0
315 stars 26 forks source link

No profiles are shown, "FindFirstFileA" broken #34

Open JayFoxRox opened 6 years ago

JayFoxRox commented 6 years ago

FindFirstFileA is not working so FindFirstFileA(".\data\player*.sav", ...) will not return any profiles

JayFoxRox commented 6 years ago

Added workaround in https://github.com/OpenSWE1R/openswe1r/commit/3a36bfdb54520dab466a70888145d51f28522397

Issue still remains though: It should actually look for profiles.

I'd suggest using dirent.h to implement this.