mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 05:55:38 +00:00
Fixed tools section, added primehack submodule
This commit is contained in:
parent
645728b09f
commit
f9b5cdbfaa
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
|
||||
|
|
1
rd-submodules/primehack
Submodule
1
rd-submodules/primehack
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 6bdab1bbeb3e42d832af31f94725836bfa101072
|
|
@ -3,7 +3,6 @@
|
|||
<game>
|
||||
<path>./start-retroarch.sh</path>
|
||||
<name>Start RetroArch</name>
|
||||
<sortname>RetroArch</sortname>
|
||||
<desc>Start RetroArch to manually tweak your settings.</desc>
|
||||
<nogamecount>true</nogamecount>
|
||||
<nomultiscrape>true</nomultiscrape>
|
||||
|
@ -11,7 +10,6 @@
|
|||
<game>
|
||||
<path>./start-yuzu.sh</path>
|
||||
<name>Start Yuzu</name>
|
||||
<sortname>RetroArch</sortname>
|
||||
<desc>Start Yuzu to manually tweak your settings.</desc>
|
||||
<nogamecount>true</nogamecount>
|
||||
<nomultiscrape>true</nomultiscrape>
|
||||
|
@ -19,7 +17,6 @@
|
|||
<game>
|
||||
<path>./move-roms.sh</path>
|
||||
<name>Move roms folder</name>
|
||||
<sortname>Move roms folder</sortname>
|
||||
<desc>Move roms folder from internal to external and vice versa.</desc>
|
||||
<nogamecount>true</nogamecount>
|
||||
<nomultiscrape>true</nomultiscrape>
|
||||
|
|
Loading…
Reference in a new issue