Fixed SDL_GL_SetSwapInterval() returning success on two unsupported platforms.

This commit is contained in:
Philipp Wiesemann
2017-06-04 23:15:13 +02:00
parent 2113208d98
commit 248410dded
2 changed files with 2 additions and 2 deletions

View File

@@ -141,7 +141,7 @@ int
NACL_GLES_SetSwapInterval(_THIS, int interval)
{
/* STUB */
return 0;
return SDL_Unsupported();
}
int