mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Minor cleanups
This commit is contained in:
parent
a9becd50f8
commit
e588f9c455
|
@ -26,6 +26,7 @@ D-Pad/Up = `T`
|
|||
D-Pad/Down = `G`
|
||||
D-Pad/Left = `F`
|
||||
D-Pad/Right = `H`
|
||||
Rumble/Motor = Strong
|
||||
[GCPad2]
|
||||
Device = XInput2/0/Virtual core pointer
|
||||
Main Stick/Modifier/Range = 50.0
|
||||
|
@ -37,4 +38,4 @@ C-Stick/Modifier/Range = 50.0
|
|||
[GCPad4]
|
||||
Device = XInput2/0/Virtual core pointer
|
||||
Main Stick/Modifier/Range = 50.0
|
||||
C-Stick/Modifier/Range = 50.0
|
||||
C-Stick/Modifier/Range = 50.0
|
|
@ -26,5 +26,4 @@ mem_limit = '128'
|
|||
bootrom_path = '/home/deck/retrodeck/bios/mcpx_1.0.bin'
|
||||
flashrom_path = '/home/deck/retrodeck/bios/Complex.bin'
|
||||
eeprom_path = '/home/deck/retrodeck/saves/xbox/xemu/xbox-eeprom.bin'
|
||||
hdd_path = '/home/deck/retrodeck/bios/xbox_hdd.qcow2'
|
||||
|
||||
hdd_path = '/home/deck/retrodeck/bios/xbox_hdd.qcow2'
|
|
@ -175,7 +175,7 @@ get_setting_name() {
|
|||
|
||||
"yuzu" ) # Use quotes when passing setting_name, as this config file contains special characters
|
||||
yuzu_setting_name=$(sed -e 's%\\%\\\\%g' <<< "$1") # Accomodate for backslashes in setting names
|
||||
echo '$yuzu_setting_name' | grep -o -P ".*(?=\=)" | sed -e 's%\\\\%\\%g'
|
||||
echo "$yuzu_setting_name" | grep -o -P ".*(?=\=)" | sed -e 's%\\\\%\\%g'
|
||||
;;
|
||||
|
||||
"citra" ) # Use quotes when passing setting_name, as this config file contains special characters
|
||||
|
|
Loading…
Reference in a new issue