summaryrefslogtreecommitdiffstatshomepage
path: root/scripts/src/osd/sdl3_cfg.lua
Commit message (Collapse)AuthorAgeFilesLines
* Move build system adjusttment and fixes: Vas Crabb2026-04-051-1/+1
| | | | | | | | | * Bumped minimum clang version to 13 - clang 12 is just too buggy. * Assume Qt 6 will be used, dropped Qt 5 support. * Fixed finding Qt headers on Fedora and hopefully other distros. * Always use static SDL2 on Windows. * debugger/qt/debuggerview.cpp: Fixed build with Qt < 6.6. * imgtool/modules/vzdos.cpp: Fixed build with Linux GCC 11.
* Don't build per-subtarget OSD libraries, metadata fixes. Vas Crabb2026-02-231-1/+0
|
* Initial support for SDL3. [R. Belmont, Vas Crabb] arbee2026-02-071-0/+167
* 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.