RamonUnch

Results 227 comments of RamonUnch

SDL2 only supports 5 buttons, so if I fix the setup.exe it should be fine. To get access to more than 5 buttons there are no longer any documented ways...

@hfc2x Here is the final version of the fix. It took some time to figure where the wheel->button translation was made for the setup.exe (actually it is not in the...

SDL2 works fine under XP, However choco-doom builds SDL without DirectSound support and the WINMM api is used instead. This later dates back from Win3.1 and is very unresponsive, you...

Maybe try a combo of latest SDL and set the environment variable `SDL_AUDIODRIVER=directsound` See https://github.com/fabiangreffrath/crispy-doom/issues/718#issuecomment-827845141 for more details. Maybe try to use the old SDL2.07 that still supported XAudio2. EDIT...

I was hesitant to keep the wheel mapped to the button 4&5 and to remap the xbutton to 6&7 but it would be more messy... Maybe backward compat is worth...

I updated the patch so that the old configs are no longer broken. It is actually not more complex than the previous patch. Can anyone else give a try?

Any chances this could be merged? Should I change something? it no longer interfere with old configs.

@Slinkywinky have you tried replacing the SDL2.DLL with the official release in choco directory. https://www.libsdl.org/release/SDL2-2.0.14-win32-x86.zip

Indeed it would be nice. I thought about it but never really took the time to do it.

I was thinking to implement first multiple physical desktops, which is possible for me, for virtual desktop, I would need Windows 10 or 11 to make the test.