mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 14:40:56 +00:00
Enable creation of the RGB device.
This commit is contained in:
parent
5182f707f5
commit
3bb7f70f6b
@ -153,6 +153,7 @@ create_device_helper(IDirectDrawImpl *This,
|
||||
(IsEqualGUID(&IID_D3DDEVICE_OpenGL, iid)) ||
|
||||
(IsEqualGUID(&IID_IDirect3DHALDevice, iid)) ||
|
||||
(IsEqualGUID(&IID_IDirect3DTnLHalDevice, iid)) ||
|
||||
(IsEqualGUID(&IID_IDirect3DRGBDevice, iid)) ||
|
||||
(IsEqualGUID(&IID_IDirect3DRefDevice, iid))) {
|
||||
switch (version) {
|
||||
case 1:
|
||||
|
Loading…
Reference in New Issue
Block a user