We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f0a9c3e commit 8131d90Copy full SHA for 8131d90
2 files changed
archive_later/kegs/component_launcher.sh
@@ -12,4 +12,4 @@ log i "RetroDECK is now launching $component_name"
12
log d "Library path is: $LD_LIBRARY_PATH"
13
log d "AppDir is: $component_path"
14
15
-exec "$component_path/xkegs" "$@"
+exec "$component_path/xkegs" -cfg /var/config/kegs/config.kegs -rom /var/config/kegs/bios/ROM.ROM "$@"
archive_later/kegs/component_prepare.sh
@@ -9,5 +9,6 @@ if [[ "$action" == "reset" ]]; then # Run reset-only commands
9
log i "Preparing $component_name"
10
log i "----------------------"
11
- create_dir "$XDG_CONFIG_HOME/kegs"
+create_dir "$XDG_CONFIG_HOME/kegs"
+dir_prep "$bios_path" "$XDG_CONFIG_HOME/kegs/bios"
fi
0 commit comments