Xander
Xander
Is this even possible vanilla behaviour? If not, there's not a lot I can do without doing some dodgy packet stuff.
I'd be interested as to your opinion on making these directories' names less fabric specific. A ton of mods nowadays are multi-loader, and a global Fabric directory isn't that global...
QFAPI has nothing to do with this. This is an issue with Quilt Loader itself.
I'd assume that 2.x.x in Quilt does not match betas.
Can be closed?
Additional question. The haptics in a dualsense controller are on channels 3 and 4, 1 and 2 being for actual audio passthru to headphones. With SDL, is there a way...
I was considering making a PR myself to add HD haptics, but I believe this to be out of scope for SDL since it is literally just an audio stream,...
I did manage to get this working by mixing audio, adding empty channel data and doing a primitive audio device name checks to find the correct device, looking for strings...
Audio channel maps seem to be new, and might make my code simpler to remap from stereo input to quadrophonic output. The documentation https://github.com/libsdl-org/SDL/blob/main/include/SDL3/SDL_audio.h#L1233 says you can pass null to...
> It can't be bound to null, but you could have a map like this: { 0, 1, 0, 1 } > That would duplicate the stereo channels to all...