Özkan Sezer
Özkan Sezer
It's a wannabee extension which no one uses, no player supports and no tag library parses: It should be removed. (which I did so myself in SDL_mixer quite some time...
I suggest something like the following - needs improvement I guess. @slouken? ```diff diff --git a/src/joystick/hidapi/SDL_hidapijoystick.c b/src/joystick/hidapi/SDL_hidapijoystick.c index 69e8488..d6506a3 100644 --- a/src/joystick/hidapi/SDL_hidapijoystick.c +++ b/src/joystick/hidapi/SDL_hidapijoystick.c @@ -1096,18 +1096,23 @@ HIDAPI_GetDeviceByIndex(device_index, &joystickID);...
That commit caused _way too many_ issues
When targeting windows with watcom, `__cdecl` gets in the way and needs handling properly: Our current solution is defining `DECLSPEC` as an empty macro and using an exports file. See...
Does cmake automatically add `-bd` to compiler switches when building a dll?
> > When targeting windows with watcom, `__cdecl` gets in the way and needs handling properly: Our current solution is defining `DECLSPEC` as an empty macro and using an exports...
> There were already some references to OS2 in the cmake script, but they were not used (until now). They were there for emx (gcc-based toolchain targeting os/2 but native-only,...
vkQuake received a report about popping / crackling audio present in 2.0.22 but not before: https://github.com/Novum/vkQuake/issues/469 - _possibly_ because of commit https://github.com/libsdl-org/SDL/commit/9e264b921b2f81e2c3d55693f76e06d143c2fbb7?
@icculus: is there any progress on this?
> but likely that our resampler dropped precision to float from double, but I could be wrong. IIRC, did that not happen in git master? The issue is reported for...