mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-04-10 19:15:12 +00:00
MANIFEST: fixed missing Universal Dynamic Input module
This commit is contained in:
parent
47c03b040c
commit
1f45f0656a
|
@ -66,6 +66,7 @@
|
|||
<p>Bug fixes:</p>
|
||||
<ul>
|
||||
<li>RETROARCH: Fixed a bug where the cores were not updated along with RetroArch itself</li>
|
||||
<li>DOLPHIN and PRIMEHACK: Fixed a bug where the Universal Dynamic Input was missing from the build</li>
|
||||
</ul>
|
||||
</description>
|
||||
</release>
|
||||
|
|
|
@ -431,6 +431,17 @@ modules:
|
|||
url: https://github.com/RetroDECK/io.github.shiiion.primehack/releases/latest/download/RetroDECK-primehack-Artifact.tar.gz
|
||||
sha256: RETRODECKPRIMEHACKLATEST
|
||||
|
||||
# Universal Dynamic Input for Dolphin and Primehack
|
||||
- name: universal_dynamic_input
|
||||
buildsystem: simple
|
||||
build-commands:
|
||||
- mkdir -p ${FLATPAK_DEST}/retrodeck/extras/DynamicInputTextures
|
||||
- cp -r * ${FLATPAK_DEST}/retrodeck/extras/DynamicInputTextures/
|
||||
sources:
|
||||
- type: git
|
||||
url: https://github.com/Venomalia/UniversalDynamicInput.git
|
||||
commit: UNIVERSALDYNAMICINPUTCOMMITPLACEHOLDER
|
||||
|
||||
# RPCS3
|
||||
# https://rpcs3.net/download
|
||||
|
||||
|
|
Loading…
Reference in a new issue