[host] dxgi: print out the output device name to aid with support

This commit is contained in:
Geoffrey McRae 2021-07-12 19:01:43 +10:00
parent 3ce3b573a3
commit 3c0616bab7

View File

@ -302,6 +302,8 @@ static bool dxgi_init(void)
goto fail;
}
DEBUG_INFO("Device Name : %ls", outputDesc.DeviceName);
static const D3D_FEATURE_LEVEL win8[] =
{
D3D_FEATURE_LEVEL_11_1,