Changeset 33540 in vbox for trunk/src/VBox/GuestHost/OpenGL/spu_loader/spuinit.c
- Timestamp:
- Oct 28, 2010 9:27:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/GuestHost/OpenGL/spu_loader/spuinit.c
r15532 r33540 70 70 case CR_ENUM: 71 71 /* Make sure response string is present in the min string. 72 * For enums, the min string is a comma-separ ted list of valid values.72 * For enums, the min string is a comma-separated list of valid values. 73 73 */ 74 74 CRASSERT(opt->numValues == 1); /* an enum limitation for now */
Note:
See TracChangeset
for help on using the changeset viewer.