Skip to content

Commit 8131d90

Browse files
committed
kegs [skip ci]
1 parent f0a9c3e commit 8131d90

2 files changed

Lines changed: 3 additions & 2 deletions

File tree

archive_later/kegs/component_launcher.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,4 +12,4 @@ log i "RetroDECK is now launching $component_name"
1212
log d "Library path is: $LD_LIBRARY_PATH"
1313
log d "AppDir is: $component_path"
1414

15-
exec "$component_path/xkegs" "$@"
15+
exec "$component_path/xkegs" -cfg /var/config/kegs/config.kegs -rom /var/config/kegs/bios/ROM.ROM "$@"

archive_later/kegs/component_prepare.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,6 @@ if [[ "$action" == "reset" ]]; then # Run reset-only commands
99
log i "Preparing $component_name"
1010
log i "----------------------"
1111

12-
create_dir "$XDG_CONFIG_HOME/kegs"
12+
create_dir "$XDG_CONFIG_HOME/kegs"
13+
dir_prep "$bios_path" "$XDG_CONFIG_HOME/kegs/bios"
1314
fi

0 commit comments

Comments
 (0)