Ryujinx-SDL/src/haptic
Ryan C. Gordon c61675dc5d threads: Move SDL's own thread creation to a new internal API.
This allows us to set an explicit stack size (overriding the system default
and the global hint an app might have set), and remove all the macro salsa
for dealing with _beginthreadex and such, as internal threads always set those
to NULL anyhow.

I've taken some guesses on reasonable (and tiny!) stack sizes for our
internal threads, but some of these might turn out to be too small in
practice and need an increase. Most of them are simple functions, though.
2016-04-12 16:45:10 -04:00
..
darwin Updated copyright to 2016 2016-01-02 10:10:34 -08:00
dummy Updated copyright to 2016 2016-01-02 10:10:34 -08:00
linux Use SDL's stdinc functions instead of C runtime calls. 2016-01-05 02:29:16 -05:00
windows threads: Move SDL's own thread creation to a new internal API. 2016-04-12 16:45:10 -04:00
SDL_haptic_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_haptic.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_syshaptic.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00