mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Add flips module
This commit is contained in:
parent
63df0fa957
commit
9b504c9284
|
@ -49,8 +49,7 @@ install_romhack() {
|
|||
# Create the hack
|
||||
base_name="$(basename "$base_local_path")"
|
||||
ext="$(echo "${base_name##*.}")"
|
||||
flatpak-spawn --host flatpak run com.github.Alcaro.Flips \
|
||||
--apply "$roms_folder/$system/$patchfile_name" "$base_local_path" "$roms_folder/$system/$hack_name.$ext" >/dev/null
|
||||
flips --apply "$roms_folder/$system/$patchfile_name" "$base_local_path" "$roms_folder/$system/$hack_name.$ext" >/dev/null
|
||||
|
||||
# Cleanup
|
||||
rm "$roms_folder/$system/$patchfile_name"
|
||||
|
|
|
@ -470,6 +470,16 @@ modules:
|
|||
commit: b33d965f227fe971fd590cb022f608521b506ef3
|
||||
- rd-submodules/boilr/cargo-lock.json
|
||||
|
||||
- name: flips
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- sh make.sh --cflags=-DFLATPAK
|
||||
- make install PREFIX=/app
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/Alcaro/Flips.git
|
||||
commit: 96df78fd733ebc56d64bcfcaee7d127bfd6643d6
|
||||
|
||||
# RetroArch - START
|
||||
# https://github.com/flathub/org.libretro.RetroArch
|
||||
|
||||
|
|
Loading…
Reference in a new issue