You cannot disable composition on Windows 8.

This commit is contained in:
Themaister 2014-05-31 14:43:49 +02:00
parent 76c153f9a3
commit 3e3bc4fd28
2 changed files with 2 additions and 2 deletions

View File

@ -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),

View File

@ -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.