So I was working on modding CleanRip https://github.com/emukidid/cleanrip to see if I could improve it's error handling and everything was going fine yesterday, I installed all the tools and was able to build and start poking around.
However, it looks like devkitPPC 40 was released today and I updated to it without much thought. Now, I can no longer build my project.
I'm getting the compilation error "<dirent.h> not supported" which returned very little information when googling it. It's a result of the
Code: Select all
#include <sys/dir.h>
Anyone know what changed between 39 and 40? The changelog doesn't seem to be up yet. Is there a way to go back to 39 or does anyone know how to resolve this? Thank you!