Page 1 of 1

RetroPie volume controls

Posted: Sat Aug 05, 2017 12:39 pm
by VeteranGamer
my build is a semi-DIY, and for some strange reason Wermy img just didnt work with my setup (didnt get the kit)


so i started from scratch....

i've setup the SPI screen, Retrogame (controls) and USB sound card..

but dont have a clue how to get the volume to work as Wermy built in to his img

Select + L or R for volume control......


i would appriciate some help on this....


thanks.....

Re: RetroPie volume controls

Posted: Sat Aug 05, 2017 1:20 pm
by Helder
Look at his scripts for the info, it's not too hard to find in the 3 or 4 scripts available in the mintyPi folder.

Re: RetroPie volume controls

Posted: Sat Aug 05, 2017 2:03 pm
by VeteranGamer
Helder wrote:
Sat Aug 05, 2017 1:20 pm
Look at his scripts for the info, it's not too hard to find in the 3 or 4 scripts available in the mintyPi folder.
that what i thought, but i look and couldnt find anything that resembled volume controls...

i know its in there somewhere.... but where :?

Re: RetroPie volume controls

Posted: Sat Aug 05, 2017 4:23 pm
by ABH
That's file
" retroarch.cfg "
place it here
" /opt/retropie/configs/all/ "

if you open retroarch file you will see in line 612

Code: Select all

# Increases audio volume.
input_volume_up = R
# Decreases audio volume.
input_volume_down = L
You can edit it
It's depends on what controller are you using.
"You may need to reconfigure the buttons after placing the file"

thank you @wermy that's help a lot