lilium-voyager/code/sdl
Ryan C. Gordon 62acfb3348 sdl_snd.c should just initialize SDL audio without checking SDL_WasInit().
In SDL2, the initialized subsystems are referenced counted, so it's safe to
initialize them twice, and it makes the SDL_QuitSubSystem during our shutdown
correctly decrement the count. Before (as a probably-harmless bug), it would
not increment the refcount if the subsystem was already initialized, causing
problems when it decremented it later.
2018-04-13 21:30:26 -04:00
..
sdl_gamma.c Added SDL_GetError() 2015-07-26 15:45:21 +02:00
sdl_glimp.c Fix displayed color/depth/stencil bits values 2018-04-11 01:26:00 -05:00
sdl_icon.h Reverting. 2008-07-06 17:16:14 +00:00
sdl_input.c Fix mouse grab after toggling fullscreen 2018-04-09 00:05:43 -05:00
sdl_snd.c sdl_snd.c should just initialize SDL audio without checking SDL_WasInit(). 2018-04-13 21:30:26 -04:00