SDL2/src/video/n3ds
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_n3dsevents.c Renamed SDL events for clarity 2023-01-24 07:26:48 -08:00
SDL_n3dsevents_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_n3dsframebuffer.c Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00
SDL_n3dsframebuffer_c.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_n3dsswkb.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_n3dsswkb.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_n3dstouch.c Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_n3dstouch.h Updated copyright for 2023 2023-01-09 09:41:41 -08:00
SDL_n3dsvideo.c Change return type from void to int, for functions that set an error 2023-02-07 13:51:45 -08:00
SDL_n3dsvideo.h Displays are now referenced by instance ID instead of index 2023-01-29 19:25:15 -08:00