Sam Lantinga
Sam Lantinga
The SL/SR buttons are now mapped as paddles, and the left/right sensors are now available individually in combined mode.
Does this relate at all to https://github.com/libsdl-org/SDL/commit/6da6a6cba2a7c857890063073f47445584617bcb?
Typically you don't go below 1024 samples because of this kind of issue (common to all audio drivers) I'm surprised this is affecting other applications though. I'm guessing it's related...
Yeah, let's wait for feedback from @icculus. I suspect that `PA_STREAM_ADJUST_LATENCY` is a bigger hammer than we want in this case.
Are you able to use git bisect to find out where this broke?
If I build with mingw using gcc 10.3.0, I get this issue. If I build with mingw using gcc 11.3.0, the executables work fine. The 2.0.22 binaries were built with...
Actually, it's not quite that simple. The 2.24.0 libSDL2main.a works with mingw gcc version 10.2.0, so it's not strictly a gcc version issue.
This is the problem: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101377 The newer binutils uses -gdwarf-5 by default, which is broken in the earlier versions of binutils used by TDM and others. I can work around...
No, please do. :)
Sure, that would be interesting to look at. Thanks!