Commit 3bb7f70f authored by Christian Costa's avatar Christian Costa Committed by Alexandre Julliard

Enable creation of the RGB device.

parent 5182f707
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment