Ignore:
Timestamp:
Aug 12, 2013, 12:31:16 AM (11 years ago)
Author:
alloc
Message:

Daodan 3.5: Fix displaying screens larger than screen res

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan_Config.c

    r893 r894  
    2626bool patch_fonttexturecache = true;
    2727bool patch_getcmdline = true;
     28bool patch_hdscreens_lowres = true;
    2829bool patch_kickguns = false;
    2930bool patch_killvtune = true;
     
    131132                        else if (!_stricmp(name, "getcmdline"))
    132133                                patch_getcmdline = !_stricmp(inifile_cleanstr(value), "true");
     134                        else if (!_stricmp(name, "hdscreens_lowres"))
     135                                patch_hdscreens_lowres = !_stricmp(inifile_cleanstr(value), "true");
    133136                        else if (!_stricmp(name, "kickguns"))
    134137                                patch_kickguns = !_stricmp(inifile_cleanstr(value), "true");
Note: See TracChangeset for help on using the changeset viewer.