Merge branch 'cooker' into feat/shadps4

This commit is contained in:
XargonWan 2024-09-23 21:48:18 +09:00
commit 415d798c9b

View file

@ -873,7 +873,7 @@ prepare_component() {
sed -i 's#RETRODECKSAVESDIR#'$saves_folder'#g' "/var/config/gzdoom/gzdoom.ini" # This is an unfortunate one-off because set_setting_value does not currently support JSON sed -i 's#RETRODECKSAVESDIR#'$saves_folder'#g' "/var/config/gzdoom/gzdoom.ini" # This is an unfortunate one-off because set_setting_value does not currently support JSON
fi fi
if [[ "$component" =~ ^(gzdoom|all)$ ]]; then if [[ "$component" =~ ^(shadps4|all)$ ]]; then
component_found="true" component_found="true"
# This is just a placeholder script to test the emulator's flow # This is just a placeholder script to test the emulator's flow
log i "----------------------" log i "----------------------"