mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-23 02:39:56 +00:00
D3D11: Fix error on startup with >2.5xIR selected
This commit is contained in:
parent
ae0f9c200d
commit
42993eeabc
3 changed files with 7 additions and 5 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue