diff --git a/flatpak/io.github.hedge_dev.unleashedrecomp.json b/flatpak/io.github.hedge_dev.unleashedrecomp.json index 49401432..3dcd89a7 100644 --- a/flatpak/io.github.hedge_dev.unleashedrecomp.json +++ b/flatpak/io.github.hedge_dev.unleashedrecomp.json @@ -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", diff --git a/flatpak/io.github.hedge_dev.unleashedrecomp.metainfo.xml b/flatpak/io.github.hedge_dev.unleashedrecomp.metainfo.xml index a4ebc3b1..f268be3e 100644 --- a/flatpak/io.github.hedge_dev.unleashedrecomp.metainfo.xml +++ b/flatpak/io.github.hedge_dev.unleashedrecomp.metainfo.xml @@ -16,7 +16,9 @@

- 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