mirror of
https://github.com/hedge-dev/UnleashedRecomp.git
synced 2026-04-27 21:01:37 +00:00
We flat it, we pak it.
This commit is contained in:
parent
cc6522a210
commit
590c93908a
2 changed files with 6 additions and 2 deletions
|
|
@ -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",
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue