Changeset 37129 in vbox
- Timestamp:
- May 18, 2011 9:12:44 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.cpp
r37128 r37129 6147 6147 if (reqSize >= pThis->vram_size) 6148 6148 continue; 6149 if ( pDefMode->info.XResolution > maxBiosXRes 6150 || pDefMode->info.YResolution > maxBiosYRes) 6151 continue; 6149 6152 *pCurMode = *pDefMode; 6150 6153 pCurMode->mode += 0x30;
Note:
See TracChangeset
for help on using the changeset viewer.