mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 04:08:55 +00:00
D3D: Add exclusive fullscreen support.
This commit is contained in:
parent
d72375fdfa
commit
77bc879384
5 changed files with 14 additions and 2 deletions
|
@ -28,6 +28,7 @@ void UpdateActiveConfig()
|
|||
VideoConfig::VideoConfig()
|
||||
{
|
||||
bRunning = false;
|
||||
bFullscreen = false;
|
||||
|
||||
// Needed for the first frame, I think
|
||||
fAspectRatioHackW = 1;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue