Merge pull request #1231 from Armada651/borderless

Support the borderless fullscreen option in all backends.
This commit is contained in:
skidau
2014-10-11 14:27:49 +11:00
6 changed files with 13 additions and 13 deletions

View File

@ -1111,7 +1111,7 @@ void CFrame::DoStop()
// If exclusive fullscreen is not enabled then we can pause the emulation
// before we've exited fullscreen. If not then we need to exit fullscreen first.
if (!RendererIsFullscreen() || g_Config.BorderlessFullscreenEnabled() ||
if (!RendererIsFullscreen() || !g_Config.ExclusiveFullscreenEnabled() ||
SConfig::GetInstance().m_LocalCoreStartupParameter.bRenderToMain)
{
Core::SetState(Core::CORE_PAUSE);