mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2025-01-30 03:55:39 +00:00
RPCS3: fixed modules
This commit is contained in:
parent
bd8e08610e
commit
3b6b586d18
|
@ -46,9 +46,6 @@ add-extensions:
|
||||||
autodelete: false
|
autodelete: false
|
||||||
cleanup-commands:
|
cleanup-commands:
|
||||||
- mkdir -p ${FLATPAK_DEST}/lib/ffmpeg
|
- mkdir -p ${FLATPAK_DEST}/lib/ffmpeg
|
||||||
modules:
|
|
||||||
- shared-modules/glu/glu-9.json
|
|
||||||
- shared-modules/glew/glew.json
|
|
||||||
|
|
||||||
cleanup:
|
cleanup:
|
||||||
# ES-DE
|
# ES-DE
|
||||||
|
@ -735,6 +732,9 @@ modules:
|
||||||
# RPCS3 - START
|
# RPCS3 - START
|
||||||
# https://github.com/flathub/net.rpcs3.RPCS3
|
# https://github.com/flathub/net.rpcs3.RPCS3
|
||||||
|
|
||||||
|
- shared-modules/glu/glu-9.json
|
||||||
|
- shared-modules/glew/glew.json
|
||||||
|
|
||||||
- name: rpcs3-llvm
|
- name: rpcs3-llvm
|
||||||
buildsystem: cmake-ninja
|
buildsystem: cmake-ninja
|
||||||
builddir: true
|
builddir: true
|
||||||
|
|
Loading…
Reference in a new issue