Simon McVittie
Simon McVittie
> Does adding a version script allow use of both SDL2 and SDL3 in the same process by different shared libraries? Only if both SDL2 and SDL3 have versioned symbols....
I believe these X11, Wayland and freedesktop.org interactions should probably stay plain environment variables, like `HOME` and `PATH`, because that's their standard behaviour across all libraries: ``` src/video/x11/SDL_x11keyboard.c:172: const char...
> Probably ALSA should be using some different environment variable instead, either a standard one from `libasound` if one exists, or a SDL-specific hint instead if not? Ah, I didn't...
> SDL will open the device with SIO_DEVANY, and sndio will check these environment variables internally That seems ideal: for backends that have an API for "please open your default...
> Sorry if I don't provide anything as contributing here, but I would love if someone here who has a 8bitdo's SN30 pro+ (or anyone else who has a Pro...
> you still need to allow read access to sensor device with an udev rule I have [tried](https://github.com/systemd/systemd/pull/22860) to get the equivalent of this udev rule upstream into udev, but...
Do SDL maintainers think this is a good design for how we overrule the heuristic for which game controller is which? I don't know whether this is sufficient to make...
> Is there anything left to move this out of draft status? Honestly, I don't remember making this change, or whether some of it already got applied elsewhere. I have...
Looking back at the history, I think the reason this was draft is that I asked > Do SDL maintainers think this is a good design for how we overrule...
> Do we know which devices are mis-detected by udev at this point? This isn't about whether devices are mis-detected by udev, so much as whether devices are mis-detected in...