sdl: fixed glitch introduced with last revision that didn't allow scalers at all (small oversight by me)
This commit is contained in:
parent
7a323bba85
commit
f886aad5fa
|
@ -347,7 +347,7 @@ InitVideo(FCEUGI *gi)
|
||||||
KillVideo();
|
KillVideo();
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
if(s_sponge) {
|
if(s_sponge && s_useOpenGL) {
|
||||||
FCEUD_PrintError("scalers not compatible with openGL mode.");
|
FCEUD_PrintError("scalers not compatible with openGL mode.");
|
||||||
KillVideo();
|
KillVideo();
|
||||||
return -1;
|
return -1;
|
||||||
|
|
Loading…
Reference in New Issue