mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
D3D: Add exclusive fullscreen support.
This commit is contained in:
@ -1206,6 +1206,8 @@ void CFrame::DoFullscreen(bool bF)
|
||||
{
|
||||
m_RenderFrame->Raise();
|
||||
}
|
||||
|
||||
g_Config.bFullscreen = bF;
|
||||
}
|
||||
|
||||
const CGameListCtrl *CFrame::GetGameListCtrl() const
|
||||
|
Reference in New Issue
Block a user