mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
PRIMEHACK: added submodule
This commit is contained in:
parent
9be505b9b4
commit
975b3ead9d
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -19,3 +19,6 @@
|
||||||
[submodule "rd-submodules/citra"]
|
[submodule "rd-submodules/citra"]
|
||||||
path = rd-submodules/citra
|
path = rd-submodules/citra
|
||||||
url = https://github.com/flathub/org.citra_emu.citra.git
|
url = https://github.com/flathub/org.citra_emu.citra.git
|
||||||
|
[submodule "rd-submodules/primehack"]
|
||||||
|
path = rd-submodules/primehack
|
||||||
|
url = https://github.com/flathub/io.github.shiiion.primehack
|
||||||
|
|
|
@ -744,12 +744,10 @@ modules:
|
||||||
# in non-writable paths, typically happens when a user
|
# in non-writable paths, typically happens when a user
|
||||||
# has leftover files from a previous non-flatpak install
|
# has leftover files from a previous non-flatpak install
|
||||||
- type: patch
|
- type: patch
|
||||||
path: detectflatpak.patch
|
path: rd-submodules/primehack/detectflatpak.patch
|
||||||
# version strings must match exactly for online multiplayer
|
# version strings must match exactly for online multiplayer
|
||||||
- type: patch
|
- type: patch
|
||||||
path: nodirtyversion.patch
|
path: rd-submodules/primehack/nodirtyversion.patch
|
||||||
- type: file
|
|
||||||
path: appdata.xml
|
|
||||||
- type: script
|
- type: script
|
||||||
commands:
|
commands:
|
||||||
- for i in {0..9}; do
|
- for i in {0..9}; do
|
||||||
|
|
1
rd-submodules/primehack
Submodule
1
rd-submodules/primehack
Submodule
|
@ -0,0 +1 @@
|
||||||
|
Subproject commit 6bdab1bbeb3e42d832af31f94725836bfa101072
|
Loading…
Reference in a new issue