Ryujinx-SDL/src/dynapi
Ryan C. Gordon fa8c83c1c1 Remove almost all instances of "volatile" keyword.
As Tiffany pointed out in Bugzilla, volatile is not useful for thread safety:

https://software.intel.com/en-us/blogs/2007/11/30/volatile-almost-useless-for-multi-threaded-programming/

Some of these volatiles didn't need to be, some were otherwise protected by
spinlocks or mutexes, and some got moved over to SDL_atomic_t data, etc.

Fixes Bugzilla #3220.
2016-01-03 06:50:50 -05:00
..
gendynapi.pl Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_dynapi_overrides.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_dynapi_procs.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_dynapi.c Remove almost all instances of "volatile" keyword. 2016-01-03 06:50:50 -05:00
SDL_dynapi.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00