summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd/sdl3.lua
Commit message (Collapse)AuthorAgeFilesLines
* Fix up more stuff for upgraded tools, etc. Vas Crabb2026-04-041-0/+6
| | | | | | | | | | | docs: It's no longer possible to get a working Qt 5 setup with MSYS2, and there's no 32-bit Qt 6 package. Updated docs to reflect this. Use Qt 6 on Windows, use qmake to find moc. Fixed linking on Windows with static SDL3. input/input_dinput.cpp: Support SDL3.
* build: autodetect Homebrew SDL3 on macOS (#15108) Mats Engstrom2026-03-161-2/+30
|
* Don't build per-subtarget OSD libraries, metadata fixes. Vas Crabb2026-02-231-4/+0
|
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-071-0/+446
* SDL3 is the default for macOS targets. Linux/Windows can build with OSD=sdl3 while we wait for better distro support for SDL3. Both X11 and Wayland sessions are fully supported on Linux. * SDL3 -sound=sdl supports both input and output. All other video, sound, and input functionality should otherwise be the same for now. SDL 3.4+ multiple keyboard/mouse support is planned.