mirror of
https://github.com/CTCaer/RetroArch.git
synced 2025-01-18 17:04:34 +00:00
Report if true fullscreen fails on X11.
This commit is contained in:
parent
c92f1e8281
commit
204a879380
@ -261,6 +261,8 @@ static bool gfx_ctx_set_video_mode(
|
||||
g_should_reset_mode = true;
|
||||
true_full = true;
|
||||
}
|
||||
else
|
||||
RARCH_ERR("[GLX]: Entering true fullscreen failed. Will attempt windowed mode.\n");
|
||||
}
|
||||
|
||||
if (g_settings.video.monitor_index)
|
||||
|
@ -289,6 +289,8 @@ static bool gfx_ctx_set_video_mode(
|
||||
g_should_reset_mode = true;
|
||||
true_full = true;
|
||||
}
|
||||
else
|
||||
RARCH_ERR("[X/EGL]: Entering true fullscreen failed. Will attempt windowed mode.\n");
|
||||
}
|
||||
|
||||
if (g_settings.video.monitor_index)
|
||||
|
Loading…
x
Reference in New Issue
Block a user