Changeset 342 for Daodan/src


Ignore:
Timestamp:
Jun 6, 2009, 3:23:59 PM (15 years ago)
Author:
rossy
Message:
 
Location:
Daodan/src
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • Daodan/src/Daodan.c

    r340 r342  
    1919bool DDrPatch_Init()
    2020{
     21        DDrStartupMessage("daodan attached, patching engine");
     22       
    2123        // Font texture cache doubled
    2224        DDrPatch_Byte  (OniExe + 0x00020ea7, 0x20);
  • Daodan/src/daodan_gl.c

    r341 r342  
    5252void init_daodan_gl()
    5353{
     54        DDrStartupMessage("initalizing daodan gl");
     55       
    5456        memset(&orig_devmode, 0, sizeof(orig_devmode));
    5557        orig_devmode.dmSize = sizeof(orig_devmode);
     
    8587       
    8688        int i, j;
     89       
     90        DDrStartupMessage("listing display modes");
    8791       
    8892        if (!M3gResolutionSwitch)
     
    139143       
    140144        modesfull:
     145        DDrStartupMessage("%d modes available", vmodes);
    141146        return vmodes;
    142147}
Note: See TracChangeset for help on using the changeset viewer.