Changeset 28210 in vbox for trunk/src/VBox/Devices/Graphics
- Timestamp:
- Apr 12, 2010 2:41:42 PM (15 years ago)
- svn:sync-xref-src-repo-rev:
- 59950
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA.h
r27754 r28210 47 47 /** The default amount of VRAM. */ 48 48 # define VGA_VRAM_DEFAULT (_4M) 49 /** The maximum amount of VRAM. */50 # define VGA_VRAM_MAX ( 128* _1M)49 /** The maximum amount of VRAM. Limited by VBOX_MAX_ALLOC_PAGE_COUNT. */ 50 # define VGA_VRAM_MAX (256 * _1M) 51 51 /** The minimum amount of VRAM. */ 52 52 # define VGA_VRAM_MIN (_1M)
Note:
See TracChangeset
for help on using the changeset viewer.