Merge pull request #2628 from rukai/master
Exclusive fullscreen OSD notification consistency
This commit is contained in:
commit
c19903e0fe
|
@ -207,7 +207,7 @@ bool CRenderFrame::ShowFullScreen(bool show, long style)
|
|||
// Some backends don't support exclusive fullscreen, so we
|
||||
// can't tell exactly when exclusive mode is activated.
|
||||
if (!g_Config.backend_info.bSupportsExclusiveFullscreen)
|
||||
OSD::AddMessage("Enabled exclusive fullscreen.");
|
||||
OSD::AddMessage("Entered exclusive fullscreen.");
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue