Skip to content

Commit af67cfb

Browse files
committed
xroar fix [skip ci]
1 parent bc53f6d commit af67cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xroar/component_launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ log d "AppDir is: $component_path"
1313

1414
log d "Executing: $component_path/bin/xroar -c $xroar_config $*"
1515

16-
exec "$component_path/bin/xroar" -joy-db-file "gamecontrollerdb.txt" "$@"
16+
exec "$component_path/bin/xroar" -c $XDG_CONFIG_HOME/xroar/xroar.conf -joy-db-file gamecontrollerdb.txt "$@"

0 commit comments

Comments
 (0)