mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 13:20:27 -06:00
Removed CGDisplayCapture from the OSX fullscreen mode code, fixing full-screen mode. Thanks to celgilles for the patch.
Fixes issue 5331.
This commit is contained in:
@ -892,7 +892,6 @@ void CFrame::ToggleDisplayMode(bool bFullscreen)
|
||||
if (w != x || h != y || d != 32)
|
||||
continue;;
|
||||
|
||||
CGDisplayCapture(CGMainDisplayID());
|
||||
CGDisplaySwitchToMode(CGMainDisplayID(), mode);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user