Page 1 of 1

Fix for conf.c on the Wii U

Posted: Wed Aug 21, 2013 3:40 am
by JoostinOnline
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:

Code: Select all

if (!end) end = strchr(line, '\n');
I hope you patch it soon. Since CONF_GetVideo returns CONF_ENOENT, the video has just been defaulting to NTSC.

Re: Fix for conf.c on the Wii U

Posted: Wed Sep 04, 2013 11:52 pm
by WinterMute
Patch applied in git repository, thanks for letting us know & supplying a fix :)