SDL/src/main
Michael Fitzmayer 63901401ca [N-Gage] Micro-optimize main loop handler to improve performance and input latency
- Change active object priority from EPriorityLow to EPriorityStandard
- Process all events in batch before SDL_AppIterate() to reduce input lag
- Remove redundant SDL_PumpEvents() call (already done by SDL_PollEvent)
- Move clean-up logic into ShutdownApp() helper function
2026-04-16 21:38:09 +02:00
..
emscripten emscripten: Add support for automounting persistent storage before SDL_main. 2026-03-25 14:16:07 -04:00
gdk Updated copyright for 2026 2026-01-01 09:40:08 -08:00
generic Updated copyright for 2026 2026-01-01 09:40:08 -08:00
ios Updated copyright for 2026 2026-01-01 09:40:08 -08:00
n3ds Updated copyright for 2026 2026-01-01 09:40:08 -08:00
ngage [N-Gage] Micro-optimize main loop handler to improve performance and input latency 2026-04-16 21:38:09 +02:00
ps2 Updated copyright for 2026 2026-01-01 09:40:08 -08:00
psp Updated copyright for 2026 2026-01-01 09:40:08 -08:00
windows Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_main_callbacks.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_main_callbacks.h Updated copyright for 2026 2026-01-01 09:40:08 -08:00
SDL_runapp.c Updated copyright for 2026 2026-01-01 09:40:08 -08:00