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=x11",
"--socket=pulseaudio", "--socket=pulseaudio",
"--device=dri", "--device=dri",
"--device=input",
"--device=usb",
"--filesystem=host", "--filesystem=host",
"--filesystem=/media", "--filesystem=/media",
"--filesystem=/run/media", "--filesystem=/run/media",
@ -19,7 +21,7 @@
"name": "UnleashedRecomp", "name": "UnleashedRecomp",
"buildsystem": "simple", "buildsystem": "simple",
"build-commands": [ "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", "cmake --build out/build/linux-release",
"mkdir -p /app/bin", "mkdir -p /app/bin",
"cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA", "cp out/build/linux-release/UnleashedRecomp/SWA /app/bin/SWA",

View file

@ -16,7 +16,9 @@
<description> <description>
<p> <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> </p>
</description> </description>