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=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",
|
||||||
|
|
|
||||||
|
|
@ -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>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue