Changeset 342 for Daodan/src
- Timestamp:
- Jun 6, 2009, 3:23:59 PM (15 years ago)
- Location:
- Daodan/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
Daodan/src/Daodan.c
r340 r342 19 19 bool DDrPatch_Init() 20 20 { 21 DDrStartupMessage("daodan attached, patching engine"); 22 21 23 // Font texture cache doubled 22 24 DDrPatch_Byte (OniExe + 0x00020ea7, 0x20); -
Daodan/src/daodan_gl.c
r341 r342 52 52 void init_daodan_gl() 53 53 { 54 DDrStartupMessage("initalizing daodan gl"); 55 54 56 memset(&orig_devmode, 0, sizeof(orig_devmode)); 55 57 orig_devmode.dmSize = sizeof(orig_devmode); … … 85 87 86 88 int i, j; 89 90 DDrStartupMessage("listing display modes"); 87 91 88 92 if (!M3gResolutionSwitch) … … 139 143 140 144 modesfull: 145 DDrStartupMessage("%d modes available", vmodes); 141 146 return vmodes; 142 147 }
Note:
See TracChangeset
for help on using the changeset viewer.