mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 22:29:39 -06:00
D3D11: Fix error on startup with >2.5xIR selected
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user