mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +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"]
|
||||
path = rd-submodules/citra
|
||||
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
|
||||
# has leftover files from a previous non-flatpak install
|
||||
- type: patch
|
||||
path: detectflatpak.patch
|
||||
path: rd-submodules/primehack/detectflatpak.patch
|
||||
# version strings must match exactly for online multiplayer
|
||||
- type: patch
|
||||
path: nodirtyversion.patch
|
||||
- type: file
|
||||
path: appdata.xml
|
||||
path: rd-submodules/primehack/nodirtyversion.patch
|
||||
- type: script
|
||||
commands:
|
||||
- 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