Changeset 51633 in vbox
- Timestamp:
- Jun 17, 2014 1:58:34 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Graphics/DevVGA_VBVA.cpp
r51632 r51633 1883 1883 rc = SSMR3GetU32(pSSM, &u32); 1884 1884 AssertRCReturn(rc, rc); 1885 } 1886 1887 if (u32)1888 {1889 LogRel(("2D pending command while 2D is not supported\n"));1890 return VERR_NOT_SUPPORTED;1885 1886 if (u32) 1887 { 1888 LogRel(("2D pending command while 2D is not supported\n")); 1889 return VERR_NOT_SUPPORTED; 1890 } 1891 1891 } 1892 1892 #endif
Note:
See TracChangeset
for help on using the changeset viewer.