mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-12-25 07:41:25 +00:00
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. |
||
|---|---|---|
| .. | ||
| SDL_dinputhaptic.c | ||
| SDL_dinputhaptic_c.h | ||
| SDL_windowshaptic.c | ||
| SDL_windowshaptic_c.h | ||
| SDL_xinputhaptic.c | ||
| SDL_xinputhaptic_c.h | ||