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
Original issue reported on code.google.com by
benshadw...@gmail.com
on 10 Sep 2011 at 10:52