D3D11: Fix error on startup with >2.5xIR selected

This commit is contained in:
Stenzek
2017-03-10 23:40:52 +10:00
parent ae0f9c200d
commit 42993eeabc
3 changed files with 7 additions and 5 deletions

View File

@ -72,7 +72,7 @@ const char* GeometryShaderVersionString();
const char* VertexShaderVersionString();
bool BGRATexturesSupported();
unsigned int GetMaxTextureSize();
u32 GetMaxTextureSize(D3D_FEATURE_LEVEL feature_level);
HRESULT SetFullscreenState(bool enable_fullscreen);
bool GetFullscreenState();