sdl: fixed glitch introduced with last revision that didn't allow scalers at all (small oversight by me)

This commit is contained in:
punkrockguy318 2010-03-31 03:59:11 +00:00
parent 7a323bba85
commit f886aad5fa
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ InitVideo(FCEUGI *gi)
KillVideo();
return -1;
}
if(s_sponge) {
if(s_sponge && s_useOpenGL) {
FCEUD_PrintError("scalers not compatible with openGL mode.");
KillVideo();
return -1;