Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 564ece51 | 2015-06-14 18:57:05 | Only use explicit inlining - otherwise Visual Studio 2010 will inline SDL_zero(info) in SDL_vsnprintf() into a memset() call when compiling the Release x64 configuration. | ||
| c18e7724 | 2015-06-14 18:37:43 | Fixed 2010 solution and removed Release_NoSTDIO build configuration | ||
| 4c484856 | 2015-06-14 18:21:04 | Updated Visual Studio projects There is now a single solution used by Visual Studio 2010 and newer | ||
| b72938c8 | 2015-04-20 12: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. |