mirror of
https://github.com/RetroDECK/RetroDECK.git
synced 2024-11-22 14:05:39 +00:00
Added Duckstation (SA) - Needs to be configured
This commit is contained in:
parent
bd919579d4
commit
e107d1f66e
|
@ -1023,6 +1023,7 @@ modules:
|
||||||
commit: e9570d1a0045926f63ec8ea9af68f81743d4f365
|
commit: e9570d1a0045926f63ec8ea9af68f81743d4f365
|
||||||
|
|
||||||
# RPCS3 - END
|
# RPCS3 - END
|
||||||
|
|
||||||
# PRIMEHACK - START
|
# PRIMEHACK - START
|
||||||
# https://github.com/flathub/io.github.shiiion.primehack
|
# https://github.com/flathub/io.github.shiiion.primehack
|
||||||
# Disabled because it's overwriting Dolphin
|
# Disabled because it's overwriting Dolphin
|
||||||
|
@ -1150,6 +1151,35 @@ modules:
|
||||||
# PPSSPP Flathub Workaround - END
|
# PPSSPP Flathub Workaround - END
|
||||||
# PPSSPP - END
|
# PPSSPP - END
|
||||||
|
|
||||||
|
# Duckstation - START
|
||||||
|
# https://github.com/flathub/org.duckstation.DuckStation
|
||||||
|
|
||||||
|
- name: duckstation
|
||||||
|
buildsystem: cmake-ninja
|
||||||
|
no-make-install: true
|
||||||
|
builddir: true
|
||||||
|
config-opts:
|
||||||
|
- -DCMAKE_BUILD_TYPE=Release
|
||||||
|
- -DUSE_EGL=ON
|
||||||
|
- -DUSE_SDL2=ON
|
||||||
|
- -DUSE_WAYLAND=ON
|
||||||
|
- -DUSE_X11=ON
|
||||||
|
- -DUSE_DRMKMS=ON
|
||||||
|
- -DCMAKE_INTERPROCEDURAL_OPTIMIZATION=ON
|
||||||
|
post-install:
|
||||||
|
- install -m 755 -t /app/bin/ bin/duckstation-nogui bin/duckstation-qt
|
||||||
|
- |-
|
||||||
|
for px in 16 32 48 64 128 256; do
|
||||||
|
install -Dm644 ../extras/icons/icon-${px}px.png /app/share/icons/hicolor/${px}x${px}/apps/org.duckstation.DuckStation.png
|
||||||
|
done
|
||||||
|
- cp -r ../data/* bin/translations /app/bin
|
||||||
|
sources:
|
||||||
|
- type: git
|
||||||
|
url: https://github.com/stenzek/duckstation.git
|
||||||
|
commit: 3fb61865e505ba639609fbf16cb8bdf5c66e020c
|
||||||
|
|
||||||
|
# Duckstation - END
|
||||||
|
|
||||||
# External manifests end
|
# External manifests end
|
||||||
|
|
||||||
- name: retrodeck
|
- name: retrodeck
|
||||||
|
|
Loading…
Reference in a new issue