mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Merge pull request #2628 from rukai/master
Exclusive fullscreen OSD notification consistency
This commit is contained in:
@ -207,7 +207,7 @@ bool CRenderFrame::ShowFullScreen(bool show, long style)
|
|||||||
// Some backends don't support exclusive fullscreen, so we
|
// Some backends don't support exclusive fullscreen, so we
|
||||||
// can't tell exactly when exclusive mode is activated.
|
// can't tell exactly when exclusive mode is activated.
|
||||||
if (!g_Config.backend_info.bSupportsExclusiveFullscreen)
|
if (!g_Config.backend_info.bSupportsExclusiveFullscreen)
|
||||||
OSD::AddMessage("Enabled exclusive fullscreen.");
|
OSD::AddMessage("Entered exclusive fullscreen.");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user