PSP: Fixed missing error message for unsupported SDL_CreateWindowFrom().

This commit is contained in:
Philipp Wiesemann 2016-04-01 21:11:31 +02:00
parent 3555e6e58e
commit 12c78c5ca5

View File

@ -234,7 +234,7 @@ PSP_CreateWindow(_THIS, SDL_Window * window)
int int
PSP_CreateWindowFrom(_THIS, SDL_Window * window, const void *data) PSP_CreateWindowFrom(_THIS, SDL_Window * window, const void *data)
{ {
return -1; return SDL_Unsupported();
} }
void void