removal of old XboxOneStuff
This commit is contained in:
@@ -78,9 +78,7 @@ static bool TryCreateDevice(IDXGIAdapter* adapter, D3D_FEATURE_LEVEL maxFeatureL
|
||||
GPUDevice* GPUDeviceDX11::Create()
|
||||
{
|
||||
// Configuration
|
||||
#if PLATFORM_XBOX_ONE
|
||||
D3D_FEATURE_LEVEL maxAllowedFeatureLevel = D3D_FEATURE_LEVEL_10_0;
|
||||
#elif DX11_FORCE_USE_DX10
|
||||
#if DX11_FORCE_USE_DX10
|
||||
D3D_FEATURE_LEVEL maxAllowedFeatureLevel = D3D_FEATURE_LEVEL_10_0;
|
||||
#elif DX11_FORCE_USE_DX10_1
|
||||
D3D_FEATURE_LEVEL maxAllowedFeatureLevel = D3D_FEATURE_LEVEL_10_1;
|
||||
|
||||
Reference in New Issue
Block a user