Previous 199869 Revisions Next

r32207 Friday 19th September, 2014 at 14:29:39 UTC by Miodrag Milanović
(OSD BRANCH) fix, but have to check why this is not working
[/branches/osd/src/lib/bgfx]renderer_d3d11.cpp

branches/osd/src/lib/bgfx/renderer_d3d11.cpp
r32206r32207
567567         if (BX_ENABLED(BGFX_CONFIG_DEBUG) )
568568         {
569569            ID3D11InfoQueue* infoQueue;
570            hr = m_device->QueryInterface(__uuidof(ID3D11InfoQueue), (void**)&infoQueue);
570            hr = m_device->QueryInterface(IID_ID3D11InfoQueue, (void**)&infoQueue);
571571
572572            if (SUCCEEDED(hr) )
573573            {

Previous 199869 Revisions Next


© 1997-2024 The MAME Team