--- Daodan/src/Daodan_Config.c 2013/07/26 10:42:31 893 +++ Daodan/src/Daodan_Config.c 2013/08/11 22:31:16 894 @@ -25,6 +25,7 @@ bool patch_disablecmdline = true; bool patch_flatline = true; bool patch_fonttexturecache = true; bool patch_getcmdline = true; +bool patch_hdscreens_lowres = true; bool patch_kickguns = false; bool patch_killvtune = true; bool patch_largetextures = true; @@ -130,6 +131,8 @@ bool DDrIniCallback(char* section, bool patch_fonttexturecache = !_stricmp(inifile_cleanstr(value), "true"); else if (!_stricmp(name, "getcmdline")) patch_getcmdline = !_stricmp(inifile_cleanstr(value), "true"); + else if (!_stricmp(name, "hdscreens_lowres")) + patch_hdscreens_lowres = !_stricmp(inifile_cleanstr(value), "true"); else if (!_stricmp(name, "kickguns")) patch_kickguns = !_stricmp(inifile_cleanstr(value), "true"); else if (!_stricmp(name, "killvtune"))