mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-19 15:58:43 +00:00
D3DBase: Create the swapchain in fullscreen mode if enabled.
This commit is contained in:
parent
0028ee96b3
commit
9909babe2c
5 changed files with 13 additions and 18 deletions
|
@ -75,7 +75,7 @@ bool BGRATexturesSupported();
|
|||
unsigned int GetMaxTextureSize();
|
||||
|
||||
HRESULT SetFullscreenState(bool enable_fullscreen);
|
||||
HRESULT GetFullscreenState(bool* fullscreen_state);
|
||||
bool GetFullscreenState();
|
||||
|
||||
// This function will assign a name to the given resource.
|
||||
// The DirectX debug layer will make it easier to identify resources that way,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue