Fix for conf.c on the Wii U
Posted: Wed Aug 21, 2013 3:40 am
Because they removed the \r in setting.txt, CONF_GetVideo(), CONF_GetArea(), and CONF_GetRegion() don't work. They all rely on __CONF_GetTxt. It can be fixed with a single line though. Just add this after line 103 of conf.c:
I hope you patch it soon. Since CONF_GetVideo returns CONF_ENOENT, the video has just been defaulting to NTSC.
Code: Select all
if (!end) end = strchr(line, '\n');