mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
PONZU: added the emulators reset after their install
This commit is contained in:
parent
e6e161c8b8
commit
2e47b17fb4
|
@ -701,12 +701,14 @@ ponzu() {
|
|||
executable="$data_dir/bin/citra-qt"
|
||||
log d "Making $executable executable"
|
||||
chmod +x "$executable"
|
||||
prepare_component "reset" "yuzu"
|
||||
set_setting_value $rd_conf "akai_ponzu" "true" retrodeck "options"
|
||||
elif [[ "$ponzu_file" == *uzu* ]]; then
|
||||
mv "$tmp_folder/usr/"** .
|
||||
executable="$data_dir/bin/yuzu"
|
||||
log d "Making $executable executable"
|
||||
chmod +x "$executable"
|
||||
prepare_component "reset" "citra"
|
||||
set_setting_value $rd_conf "kiroi_ponzu" "true" retrodeck "options"
|
||||
fi
|
||||
|
||||
|
|
Loading…
Reference in a new issue