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.