Branch :
| Author | Commit | Date | CI | Message |
|---|---|---|---|---|
| 2bf6f1bc | 2015-09-20 23:08:36 | Added initial support for MFi game controllers on iOS. | ||
| d338f465 | 2015-09-18 16:22:23 | Added copyright information on test/sample.wav; the mystery is solved! :) | ||
| eb57d752 | 2015-08-09 20:01:01 | Added missing SDL_Quit() in test program. | ||
| 344fbe61 | 2015-08-07 01:00:14 | testdisplayinfo.c forgot to SDL_Quit() at the end. | ||
| 8bbded25 | 2015-07-15 21:10:38 | Fixed comment in test program. | ||
| b7ecc670 | 2015-07-14 21:28:26 | Added test/testdisplayinfo.c | ||
| 0e45984f | 2015-06-21 17:33:46 | Fixed crash if initialization of EGL failed but was tried again later. The internal function SDL_EGL_LoadLibrary() did not delete and remove a mostly uninitialized data structure if loading the library first failed. A later try to use EGL then skipped initialization and assumed it was previously successful because the data structure now already existed. This led to at least one crash in the internal function SDL_EGL_ChooseConfig() because a NULL pointer was dereferenced to make a call to eglBindAPI(). |