SDL/src/core
Daniel Gibson 7bfc41db3c Unify all the SDL_*RunApp() functions into just SDL_RunApp()
makes the SDL_main code shorter

Also added a generic SDL_RunApp() implementation for platforms that
don't really need it.

Some platforms (that use SDL_main but haven't been ported yet) are
still missing, but are added in the following commits.
2022-12-15 08:01:01 -08:00
..
android rwops: Make read and write work like POSIX, not stdio. 2022-12-14 15:47:13 -05:00
freebsd Update for SDL3 coding style (#6717) 2022-11-30 12:51:59 -08:00
gdk Unify all the SDL_*RunApp() functions into just SDL_RunApp() 2022-12-15 08:01:01 -08:00
linux DBus: add a reference to the connection 2022-12-14 11:41:35 -05:00
n3ds Unify all the SDL_*RunApp() functions into just SDL_RunApp() 2022-12-15 08:01:01 -08:00
openbsd Fix warnings 'macro argument should be enclosed in parentheses' 2022-12-05 09:06:44 -08:00
unix Convert ticks to 64-bit, added nanosecond precision to the API 2022-12-02 12:37:41 -08:00
windows Unify all the SDL_*RunApp() functions into just SDL_RunApp() 2022-12-15 08:01:01 -08:00
winrt Unify all the SDL_*RunApp() functions into just SDL_RunApp() 2022-12-15 08:01:01 -08:00
SDL_runapp.c Unify all the SDL_*RunApp() functions into just SDL_RunApp() 2022-12-15 08:01:01 -08:00