mirror of
https://github.com/yawut/SDL.git
synced 2026-04-25 15:58:04 -05:00
parent
d9b39c9a69
commit
9b2bca8c06
|
|
@ -231,6 +231,9 @@ SDL_Error(SDL_errorcode code)
|
|||
case SDL_EFSEEK:
|
||||
SDL_SetError("Error seeking in datastream");
|
||||
break;
|
||||
case SDL_UNSUPPORTED:
|
||||
SDL_SetError("That operation is not supported");
|
||||
break;
|
||||
default:
|
||||
SDL_SetError("Unknown SDL error");
|
||||
break;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user