Make UWP dependencies self contained

This commit is contained in:
Caorthann
2026-08-04 12:31:47 +01:00
parent dacd9abe73
commit 3b490bc42f
133 changed files with 57038 additions and 237 deletions
+9
View File
@@ -0,0 +1,9 @@
# SDL2 UWP binaries
The bundled x64 UWP Release binaries use SDL 2.32.10 from the official `release-2.32.10` commit recorded in the dependency manifest. The rebuild script creates `source` and applies the WinRT only controller changes there.
`patches/xbox-wgi-controller.patch` records those changes for review. They read Xbox gamepads through `IGamepad::GetCurrentReading` and expose the standard SDL button, axis, trigger, and D-pad layout.
`SDL2.dll`, `SDL2.lib`, and the headers must be updated together.
`ports/uwp/scripts/build-sdl2-angle.ps1` builds the source for x64 WindowsStore with GLES enabled and desktop OpenGL and Vulkan disabled. ANGLE supplies EGL and GLES at runtime.