MathewWi / wiidoom

Automatically exported from code.google.com/p/wiidoom
0 stars 0 forks source link

Compile failure with devkitpro #68

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The latest version of the wiidoom source fails to compile with the latest 
version of devkitpro, due to the fact that diropen()/dirnext() have been 
removed in favor of standard POSIX functions like opendir()/readdir().

I've modified d_main.c in a clone repository to use the POSIX functions, and it 
seems to work on my Wii: https://code.google.com/r/benshadwick-wiidoom/

Original issue reported on code.google.com by benshadw...@gmail.com on 10 Sep 2011 at 10:52