mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-10-07 02:16:26 +00:00
PSP: Fixed missing error message for unsupported SDL_CreateWindowFrom().
This commit is contained in:
@@ -234,7 +234,7 @@ PSP_CreateWindow(_THIS, SDL_Window * window)
|
||||
int
|
||||
PSP_CreateWindowFrom(_THIS, SDL_Window * window, const void *data)
|
||||
{
|
||||
return -1;
|
||||
return SDL_Unsupported();
|
||||
}
|
||||
|
||||
void
|
||||
|
Reference in New Issue
Block a user