We flat it, we pak it.

This commit is contained in:
Dario 2024-12-18 10:44:29 -03:00
parent cc6522a210
commit 590c93908a
2 changed files with 6 additions and 2 deletions

View file

@ -9,6 +9,8 @@
"--socket=x11",
"--socket=pulseaudio",
"--device=dri",
"--device=input",
"--device=usb",
"--filesystem=host",
"--filesystem=/media",
"--filesystem=/run/media",
@ -19,7 +21,7 @@
"name": "UnleashedRecomp",
"buildsystem": "simple",
"build-commands": [
"cmake --preset linux-release -DSWA_FLATPAK=ON",
"cmake --preset linux-release -DSWA_FLATPAK=ON -DNFD_PORTAL=ON",
"cmake --build out/build/linux-release",
"mkdir -p /app/bin",
"cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA",

View file

@ -16,7 +16,9 @@
<description>
<p>
Static recompilation of Sonic Unleashed.
A native PC port of Sonic Unleashed for Xbox 360 achieved through static recompilation.
https://github.com/hedge-dev/UnleashedRecomp
</p>
</description>