Ryujinx-SDL/src
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
..
atomic Updated copyright to 2016 2016-01-02 10:10:34 -08:00
audio Fixed sed error on Mac OS X and updated copyright on a few last files 2016-01-02 10:38:51 -08:00
core Updated copyright to 2016 2016-01-02 10:10:34 -08:00
cpuinfo Updated copyright to 2016 2016-01-02 10:10:34 -08:00
dynapi Remove almost all instances of "volatile" keyword. 2016-01-03 06:50:50 -05:00
events Remove almost all instances of "volatile" keyword. 2016-01-03 06:50:50 -05:00
file Updated copyright to 2016 2016-01-02 10:10:34 -08:00
filesystem Updated copyright to 2016 2016-01-02 10:10:34 -08:00
haptic Remove almost all instances of "volatile" keyword. 2016-01-03 06:50:50 -05:00
joystick Updated copyright to 2016 2016-01-02 10:10:34 -08:00
libm Updated copyright to 2016 2016-01-02 10:10:34 -08:00
loadso Updated copyright to 2016 2016-01-02 10:10:34 -08:00
main Fixed sed error on Mac OS X and updated copyright on a few last files 2016-01-02 10:38:51 -08:00
power Updated copyright to 2016 2016-01-02 10:10:34 -08:00
render Updated copyright to 2016 2016-01-02 10:10:34 -08:00
stdlib Backed out commit 80ce90dbc266, this causes Visual Studio build failure on buildbot 2016-01-02 11:17:06 -08:00
test Fixed sed error on Mac OS X and updated copyright on a few last files 2016-01-02 10:38:51 -08:00
thread Updated copyright to 2016 2016-01-02 10:10:34 -08:00
timer Remove almost all instances of "volatile" keyword. 2016-01-03 06:50:50 -05:00
video Remove almost all instances of "volatile" keyword. 2016-01-03 06:50:50 -05:00
SDL_assert_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_assert.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_error_c.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_error.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_hints.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_internal.h Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL_log.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00
SDL.c Updated copyright to 2016 2016-01-02 10:10:34 -08:00