|
6c20b682
|
2015-05-05T16:24:05
|
|
Fixed a warning when SDL_syswm.h is included in code compiled for iOS with clang.
|
|
034933d7
|
2015-04-22T21:43:22
|
|
Fixed typos in header file documentation comments.
|
|
71c65b15
|
2015-04-20T20:03:40
|
|
Fixed SDL_GameControllerOpen() and SDL_JoystickOpen() documentation in header.
|
|
83c088a0
|
2015-04-20T20:03:26
|
|
Fixed unsupported doxygen tag in header file.
|
|
b72938c8
|
2015-04-20T12:22:44
|
|
Windows: Always set the system timer resolution to 1ms by default.
An existing hint lets apps that don't need the timer resolution changed avoid
this, to save battery, etc, but this fixes several problems in timing, audio
callbacks not firing fast enough, etc.
Fixes Bugzilla #2944.
|