mirror of
https://github.com/yawut/SDL.git
synced 2026-07-26 21:20:56 -05:00
PSP: Fixed missing error message for unsupported SDL_CreateWindowFrom().
This commit is contained in:
parent
798f7e49b1
commit
e6d7c52fac
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user