Frank Hartung
Frank Hartung
@dreamer well just out of curiosity: how does dosbox handle the configuration & detection of gamepads? Does it make use of https://github.com/gabomdq/SDL_GameControllerDB? From what I understand & from what I've...
_Rome wasn't built in a day_ I didn't tinker to much about gamepads & dos since most stuff was mouse+keyboard anyway but gamepads with sticks would be a nice joystick...
It works? But I still have to set up the controller manually in a conf file?
Can somebody point me to the line of code where I could hardcode or overwrite the volume of the background music? I set `SDL_AUDIODRIVER=pulseaudio` or `SDL_AUDIODRIVER=alsa` anyway & the built...
As I said the volume sliders don't work & never worked for me - I'm not using Retropie but LibreELEC which does not use amixer or something like https://retropie.org.uk/docs/Sound-Issues/ described...
LibreELEC itself uses ALSA basically exclusively because Kodi is the primary & only client which uses the ALSA device. Pulseaudio is also running but doesn't lock the device like it...
>Yes, setting the specific variable mIntMap["MusicVolume"] = 128; should alter the volume. MIX_MAX_VOLUME as defined here has a max value of 128, there is separate function that converts to 0-100...
Well I guess *if* `volume->setValue((float)VolumeControl::getInstance()->getVolume());` would work for me the slider have had already altered the volume, shouldn't it? I've seen that there is already a second slider & TODO......
I tried `AudioManager::AudioManager() : mInitialized(false), mCurrentMusic(nullptr), mMusicVolume(64)` without success.
Your new music slider works 🥇 it alters the volume while adjusted, I guess just as intended. *If* your PR gets merged it would probably a sane approach to drop...