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
|
# Create the hack
|
||||||
base_name="$(basename "$base_local_path")"
|
base_name="$(basename "$base_local_path")"
|
||||||
ext="$(echo "${base_name##*.}")"
|
ext="$(echo "${base_name##*.}")"
|
||||||
flatpak-spawn --host flatpak run com.github.Alcaro.Flips \
|
flips --apply "$roms_folder/$system/$patchfile_name" "$base_local_path" "$roms_folder/$system/$hack_name.$ext" >/dev/null
|
||||||
--apply "$roms_folder/$system/$patchfile_name" "$base_local_path" "$roms_folder/$system/$hack_name.$ext" >/dev/null
|
|
||||||
|
|
||||||
# Cleanup
|
# Cleanup
|
||||||
rm "$roms_folder/$system/$patchfile_name"
|
rm "$roms_folder/$system/$patchfile_name"
|
||||||
|
|
|
@ -470,6 +470,16 @@ modules:
|
||||||
commit: b33d965f227fe971fd590cb022f608521b506ef3
|
commit: b33d965f227fe971fd590cb022f608521b506ef3
|
||||||
- rd-submodules/boilr/cargo-lock.json
|
- 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
|
# RetroArch - START
|
||||||
# https://github.com/flathub/org.libretro.RetroArch
|
# https://github.com/flathub/org.libretro.RetroArch
|
||||||
|
|
||||||
|
@ -1403,4 +1413,4 @@ modules:
|
||||||
sources:
|
sources:
|
||||||
- type: git
|
- type: git
|
||||||
url: https://github.com/XargonWan/RetroDECK.git
|
url: https://github.com/XargonWan/RetroDECK.git
|
||||||
branch: THISBRANCH
|
branch: THISBRANCH
|
||||||
|
|
Loading…
Reference in a new issue