mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-24 00:20:01 +00:00
You cannot disable composition on Windows 8.
This commit is contained in:
parent
76c153f9a3
commit
3e3bc4fd28
@ -507,7 +507,7 @@ static int menu_info_screen_iterate(unsigned action)
|
||||
case RGUI_SETTINGS_WINDOW_COMPOSITING_ENABLE:
|
||||
snprintf(msg, sizeof(msg),
|
||||
"-- Forcibly disable composition.\n"
|
||||
"Only valid on Windows Vista/7/8 for now.");
|
||||
"Only valid on Windows Vista/7 for now.");
|
||||
break;
|
||||
case RGUI_SETTINGS_LIBRETRO_LOG_LEVEL:
|
||||
snprintf(msg, sizeof(msg),
|
||||
|
@ -109,7 +109,7 @@
|
||||
# suggests RetroArch to use that particular monitor.
|
||||
# video_monitor_index = 0
|
||||
|
||||
# Forcibly disable composition. Only works in Windows Vista/7/8 for now.
|
||||
# Forcibly disable composition. Only works in Windows Vista/7 for now.
|
||||
# video_disable_composition = false
|
||||
|
||||
# Video vsync.
|
||||
|
Loading…
Reference in New Issue
Block a user