SDL2/src/video/psp
Sylvain c5c94a6be6 Change return type from void to int, for functions that set an error
(SDL_SetError(), SDL_OutOfMemory(), SDL_Unsupported(), SDL_InvalidParam())

Update prototype to forward errors to generic layer, for the functions:
MoveCursor, WarpMouse, GL_DeleteContext, GetDisplayModes.

Check invalid parameter in SDL_SetTextInputRect() generic layer.
2023-02-07 13:51:45 -08:00
..
SDL_pspevents.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_pspevents_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_pspgl.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_pspgl_c.h Functions which return function pointers now return SDL_FunctionPointer instead of void* 2023-01-09 15:46:21 -08:00
SDL_pspmouse.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_pspmouse_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_pspvideo.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_pspvideo.h Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00