mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-04-20 19:44:57 +00:00
Merge pull request #2628 from rukai/master
Exclusive fullscreen OSD notification consistency
This commit is contained in:
commit
c19903e0fe
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue