mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
PONZU: adding sdl and qt version of kiroi + bugfixes
This commit is contained in:
parent
d71c8ae9a8
commit
dfbdde5430
|
@ -676,10 +676,11 @@ ponzu() {
|
||||||
rm -rf *
|
rm -rf *
|
||||||
if [[ "$ponzu_file" == *itra* ]]; then
|
if [[ "$ponzu_file" == *itra* ]]; then
|
||||||
mv "$tmp_folder/usr/"** .
|
mv "$tmp_folder/usr/"** .
|
||||||
executable="$data_dir/bin/citra-qt"
|
executable="$data_dir/bin/citra"
|
||||||
log d "Making $executable executable"
|
log d "Making $executable and $executable-qt executable"
|
||||||
chmod +x "$executable"
|
chmod +x "$executable"
|
||||||
prepare_component "reset" "yuzu"
|
chmod +x "$executable-qt"
|
||||||
|
prepare_component "reset" "citra"
|
||||||
set_setting_value $rd_conf "akai_ponzu" "true" retrodeck "options"
|
set_setting_value $rd_conf "akai_ponzu" "true" retrodeck "options"
|
||||||
elif [[ "$ponzu_file" == *uzu* ]]; then
|
elif [[ "$ponzu_file" == *uzu* ]]; then
|
||||||
mv "$tmp_folder/usr/"** .
|
mv "$tmp_folder/usr/"** .
|
||||||
|
|
Loading…
Reference in a new issue