Commit graph

702 commits

Author SHA1 Message Date
Susko3 9a854009f0 Add SDL_HINT_IME_SHOW_UI
SDL 2.0.18 doesn't exist yet, but I'm guessing https://github.com/libsdl-org/SDL/pull/4707
will make it in.

That PR is already included in our current libs.
2021-11-20 20:53:30 +01:00
Caleb Cornett 80841ecef0 Update for 2.0.18 2021-11-19 14:01:58 -05:00
Jeremy Sayers 4e9088b49d Add Mix_GetError, Mix_SetError, Mix_ClearError
Adding `Mix_GetError`, `Mix_SetError`, `Mix_ClearError` as per the SDL_mixer header file:

/* We'll use SDL for reporting errors */
#define Mix_SetError    SDL_SetError
#define Mix_GetError    SDL_GetError
#define Mix_ClearError  SDL_ClearError
2021-11-14 12:51:37 -05:00
Jeremy Sayers db935863bb Add TTF_GetError and TTF_SetError
Adding some missing functions to SDL2_ttf that are just wrappers of the `SDL_GetError` and `SDL_SetError` as per the SDL_ttf header:
```
/* We'll use SDL for reporting errors */
#define TTF_SetError    SDL_SetError
#define TTF_GetError    SDL_GetError
```
2021-11-14 12:45:23 -05:00
s341507 ec5e8d8357 Fixed field type of ctouchpad and csensor in SDL_Event. 2021-11-03 10:09:07 -04:00
Caleb Cornett 5df88baf4b Add missing EntryPoint for SDL_AndroidShowToast 2021-11-02 15:20:30 -04:00
Dean Herbert 9ad2ef91d4 Merge remote-tracking branch 'upstream/update-win-x86-binaries' 2021-10-25 19:11:20 +09:00
Dean Herbert 46d450901c Merge remote-tracking branch 'upstream/update-win-x64-binaries' 2021-10-25 19:11:19 +09:00
Dean Herbert a903801fcb Merge remote-tracking branch 'upstream/update-win-arm64-binaries' 2021-10-25 19:11:19 +09:00
Dean Herbert 79c04ec4e4 Merge remote-tracking branch 'upstream/update-osx-x64-binaries' 2021-10-25 19:11:17 +09:00
Dean Herbert 365ac7343c Merge remote-tracking branch 'upstream/update-osx-arm64-binaries' 2021-10-25 19:11:15 +09:00
Dean Herbert 589530739f Merge remote-tracking branch 'upstream/update-linux-x86-binaries' 2021-10-25 19:11:13 +09:00
github-actions[bot] 3dd6caee61 Update osx-x64 SDL binaries 2021-10-25 09:02:48 +00:00
github-actions[bot] 7b9cc0930c Update osx-arm64 SDL binaries 2021-10-25 09:02:21 +00:00
github-actions[bot] 9e75a76b27 Update win-x64 SDL binaries 2021-10-25 09:01:53 +00:00
github-actions[bot] 1ccc304a3b Update win-x86 SDL binaries 2021-10-25 09:01:01 +00:00
github-actions[bot] 41f1a7b98c Update win-arm64 SDL binaries 2021-10-25 09:00:33 +00:00
github-actions[bot] 7411451ccd Update linux-x86 SDL binaries 2021-10-25 09:00:16 +00:00
github-actions[bot] 6cbf30b667 Update linux-x64 SDL binaries 2021-10-25 08:59:36 +00:00
Dean Herbert 13efd80035 Merge remote-tracking branch 'upstream/update-linux-x64-binaries' 2021-08-20 13:32:14 +09:00
Dean Herbert 661432e075 Merge remote-tracking branch 'upstream/update-linux-x86-binaries' 2021-08-20 13:32:13 +09:00
Dean Herbert 07bf0132e2 Merge remote-tracking branch 'upstream/update-osx-arm64-binaries' 2021-08-20 13:32:12 +09:00
Dean Herbert 1740846bfb Merge remote-tracking branch 'upstream/update-osx-x64-binaries' 2021-08-20 13:32:12 +09:00
Dean Herbert c7b2eed527 Merge remote-tracking branch 'upstream/update-win-arm64-binaries' 2021-08-20 13:32:11 +09:00
Dean Herbert 1f5701255d Merge remote-tracking branch 'upstream/update-win-x64-binaries' 2021-08-20 13:32:10 +09:00
Dean Herbert 47d127ff42 Merge remote-tracking branch 'upstream/update-win-x86-binaries' 2021-08-20 13:32:09 +09:00
github-actions[bot] 57efe7508d Update win-x86 SDL binaries 2021-08-20 13:28:43 +09:00
github-actions[bot] 180c6624da Update win-x64 SDL binaries 2021-08-20 13:28:43 +09:00
github-actions[bot] 616ec3e4af Update win-arm64 SDL binaries 2021-08-20 13:28:42 +09:00
github-actions[bot] d122cdc0cc Update osx-x64 SDL binaries 2021-08-20 13:28:42 +09:00
github-actions[bot] 7fef4e4bcf Update osx-arm64 SDL binaries 2021-08-20 13:28:42 +09:00
github-actions[bot] 54fea85d7f Update linux-x86 SDL binaries 2021-08-20 13:28:42 +09:00
github-actions[bot] 7e253ea7fd Update linux-x64 SDL binaries 2021-08-20 13:28:42 +09:00
github-actions[bot] 1b8cb2a3ef Update osx-x64 SDL binaries 2021-08-20 04:24:33 +00:00
Dean Herbert be91db5b85
Don't automatically build native dependencies on push
We don't really need this. We always manually do these updates anyway.
2021-08-20 13:24:04 +09:00
github-actions[bot] e063120875 Update osx-arm64 SDL binaries 2021-08-20 04:20:30 +00:00
github-actions[bot] a5dd0e3002 Update win-x64 SDL binaries 2021-08-20 04:12:32 +00:00
github-actions[bot] 55c8fc9736 Update win-arm64 SDL binaries 2021-08-20 04:12:09 +00:00
github-actions[bot] 1d947d73ad Update win-x86 SDL binaries 2021-08-20 04:11:50 +00:00
github-actions[bot] c51685eab3 Update linux-x64 SDL binaries 2021-08-20 04:11:14 +00:00
github-actions[bot] 6ce8eaf83a Update linux-x86 SDL binaries 2021-08-20 04:10:50 +00:00
Esme 904eed3cb0 Fix typo in version comment 2021-08-16 14:35:27 -04:00
Mary 931d5fc06e Add multiple missing pointer overloads
THis adds some missing overloads that Ryujinx uses.

Changelog:
- Add a new overload of SDL_MixAudioFormat to allow passing raw pointers
  as dest and src (useful for usage with SDL_AudioSpec's callback).
- Add a new overload of SDL_OpenAudioDevice to allow passing null for
  the device parameter.
- Add a new overload of SDL_Vulkan_GetInstanceExtensions to allow
  passing null for the pName parameter.
2021-08-14 06:24:16 -04:00
Dean Herbert 8ac357412e
Merge pull request #65 from ppy/update-win-x64-binaries
Update win-x64 SDL binaries
2021-08-11 13:21:44 +09:00
Dean Herbert e7e6bdefb0
Merge pull request #67 from ppy/update-win-x86-binaries
Update win-x86 SDL binaries
2021-08-11 13:21:36 +09:00
Dean Herbert 36ceacad9b
Merge pull request #66 from ppy/update-win-arm64-binaries
Update win-arm64 SDL binaries
2021-08-11 13:21:20 +09:00
github-actions[bot] c1556e8f95 Update win-x64 SDL binaries 2021-08-11 03:03:10 +00:00
github-actions[bot] 52db66311c Update win-x86 SDL binaries 2021-08-11 03:03:05 +00:00
github-actions[bot] 606c573d3e Update win-arm64 SDL binaries 2021-08-11 03:03:03 +00:00
Dean Herbert c94f27fa40 Merge branch 'flibitijibibo/master' 2021-08-11 11:59:58 +09:00