mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-02-16 19:35:39 +00:00
Include UniversalDynamicInput
This commit is contained in:
parent
f9d296ea5b
commit
41c98e08be
|
@ -693,6 +693,16 @@ modules:
|
||||||
dolphin-emu "$@"
|
dolphin-emu "$@"
|
||||||
dest-filename: dolphin-emu-wrapper
|
dest-filename: dolphin-emu-wrapper
|
||||||
|
|
||||||
|
- name: universal_dynamic_input
|
||||||
|
buildsystem: simple
|
||||||
|
build-commands:
|
||||||
|
- mkdir -p ${FLATPAKD_DEST}/retrodeck/extras/UniversalDynamicInput
|
||||||
|
- cp -r * ${FLATPAKD_DEST}/retrodeck/extras/UniversalDynamicInput/
|
||||||
|
sources:
|
||||||
|
- type: git
|
||||||
|
url: https://github.com/Venomalia/UniversalDynamicInput.git
|
||||||
|
commit: UNIVERSALDYNAMICINPUTCOMMITPLACEHOLDER
|
||||||
|
|
||||||
# Dolphin - END
|
# Dolphin - END
|
||||||
|
|
||||||
# XEMU - START
|
# XEMU - START
|
||||||
|
|
Loading…
Reference in a new issue