Commit graph

520 commits

Author SHA1 Message Date
github-actions[bot] 7bc16bdb50 Update win-arm64 SDL binaries 2021-08-14 08:22:42 +00:00
Mary f6fcbdc0fa Bump version to 2.0.17 2021-08-14 09:52:48 +02:00
Mary 157d32c710 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 09:52:40 +02:00
Mary f4abc311d1 Remove duplicate line in csproj for Windows ARM64 since rebase 2021-08-14 08:30:55 +02:00
Mary 986866b9ab Disable HIDAPI via libusb
The hidraw path seems to be taken all the time and libusb integration seems to break
people on gentoo and nixos.
2021-08-14 08:26:17 +02:00
Mary c4512089e2 Reactive DInput 2021-08-14 08:21:37 +02:00
Mary e3dee3edbd Workaround SDL2 usb lib soname search returning emtpy string
Should finally make HIDAPI work on linux...
2021-08-14 08:21:33 +02:00
Mary 68c6893280 Add libusb to Ubuntu runners 2021-08-14 08:21:33 +02:00
Mary 1f7357b858 Add libhidapi to Ubuntu runners 2021-08-14 08:21:32 +02:00
Mary f14f8210a3 Force HIDAPI on for Linux build workers 2021-08-14 08:21:32 +02:00
Mary ea82ac883d Introduce changes for this fork needed by Ryujinx 2021-08-14 08:21:05 +02: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
Caleb Cornett 09716fcbc2 Update to 2.0.16 2021-08-10 15:49:29 -04:00
Dean Herbert 7a875af110
Merge pull request #53 from ppy/update-win-arm64-binaries
Update win-arm64 SDL binaries
2021-08-06 23:05:44 +09:00
Dean Herbert 253d6b4da9
Merge pull request #54 from ppy/update-win-x86-binaries
Update win-x86 SDL binaries
2021-08-06 23:05:38 +09:00
Dean Herbert 88abfa1730
Merge pull request #55 from ppy/update-win-x64-binaries
Update win-x64 SDL binaries
2021-08-06 23:05:33 +09:00
Dean Herbert 4c2bf2ab88
Merge pull request #62 from ppy/update-osx-arm64-binaries
Update osx-arm64 SDL binaries
2021-08-06 23:05:27 +09:00
Dean Herbert 82aef37aca
Merge pull request #63 from ppy/update-osx-x64-binaries
Update osx-x64 SDL binaries
2021-08-06 23:05:21 +09:00
Dean Herbert 52e4a98e0a
Merge pull request #61 from ppy/update-linux-x86-binaries
Update linux-x86 SDL binaries
2021-08-06 23:05:03 +09:00
Dean Herbert 7a7197c277
Merge pull request #60 from ppy/update-linux-x64-binaries
Update linux-x64 SDL binaries
2021-08-06 23:04:53 +09:00
github-actions[bot] ef5dc11cd3 Update osx-x64 SDL binaries 2021-08-06 14:02:43 +00:00
github-actions[bot] e368843d7a Update osx-arm64 SDL binaries 2021-08-06 14:02:28 +00:00
github-actions[bot] 74a1fff30b Update win-x86 SDL binaries 2021-08-06 14:00:55 +00:00
github-actions[bot] bcec137696 Update win-x64 SDL binaries 2021-08-06 14:00:18 +00:00
github-actions[bot] 33e12f2306 Update win-arm64 SDL binaries 2021-08-06 13:59:54 +00:00
github-actions[bot] 3fcefdd96d Update linux-x86 SDL binaries 2021-08-06 13:59:36 +00:00
github-actions[bot] 104a0e76cc Update linux-x64 SDL binaries 2021-08-06 13:58:54 +00:00
wanderer06 d5e1e56983 Add NULL overload to SDL_SetWindowDisplayMode 2021-08-04 16:58:59 -04:00
Dean Herbert 184bcfd476
Merge pull request #49 from ppy/update-linux-x64-binaries
Update linux-x64 SDL binaries
2021-07-25 15:31:13 +09:00
Dean Herbert ae543f186c
Merge pull request #50 from ppy/update-linux-x86-binaries
Update linux-x86 SDL binaries
2021-07-25 15:30:58 +09:00
github-actions[bot] 1f2d1af595 Update linux-x86 SDL binaries 2021-07-25 06:29:36 +00:00
github-actions[bot] ec825444fb Update linux-x64 SDL binaries 2021-07-25 06:28:52 +00:00
Dean Herbert d786027acc
Merge pull request #59 from frenzibyte/fix-linux-failures
Fix linux platform workflow failures
2021-07-25 15:26:42 +09:00
Salman Ahmed 7e899b49c0 Fix linux platform workflow failures 2021-07-25 09:11:53 +03:00
Dean Herbert 2c82d193b9
Merge pull request #39 from ppy/update-win-arm64-binaries
Update win-arm64 SDL binaries
2021-07-25 13:48:22 +09:00
Dean Herbert 300874e40a
Merge pull request #51 from ppy/update-osx-x64-binaries
Update osx-x64 SDL binaries
2021-07-25 13:48:14 +09:00
Dean Herbert 4b751678a2
Merge pull request #52 from ppy/update-osx-arm64-binaries
Update osx-arm64 SDL binaries
2021-07-25 13:48:07 +09:00
Dean Herbert d0d4705c55
Merge pull request #41 from ppy/update-win-x86-binaries
Update win-x86 SDL binaries
2021-07-25 13:47:43 +09:00
Dean Herbert d9511db82c
Merge pull request #40 from ppy/update-win-x64-binaries
Update win-x64 SDL binaries
2021-07-25 13:47:33 +09:00
github-actions[bot] 16fdc264b6 Update osx-arm64 SDL binaries 2021-07-25 04:36:46 +00:00
github-actions[bot] 1415d15998 Update osx-x64 SDL binaries 2021-07-25 04:33:23 +00:00
github-actions[bot] cd42526f1c Update win-arm64 SDL binaries 2021-07-25 04:32:55 +00:00
github-actions[bot] 251ec9ae31 Update win-x86 SDL binaries 2021-07-25 04:32:51 +00:00
github-actions[bot] b188a3b90c Update win-x64 SDL binaries 2021-07-25 04:32:48 +00:00