hrydgard / ppsspp

A PSP emulator for Android, Windows, Mac and Linux, written in C++. Want to contribute? Join us on Discord at https://discord.gg/5NJB6dD or just send pull requests / issues. For discussion use the forums at forums.ppsspp.org.
https://www.ppsspp.org
Other
10.77k stars 2.12k forks source link

Use fuse3 compatible appimagetool #19283

Closed Samueru-sama closed 1 week ago

Samueru-sama commented 1 week ago

appimagetool: https://github.com/probonopd/go-appimage

Fixes a common issue with ubuntu and some forks where libfuse2 no longer comes installed.

This is a problem because ubuntu doesn't let you have both libfuse2 and libfuse3 installed together, even though it is fully possible and distros like arch let you do it.

This appimagetool also uses a zstd compression, which results in a slightly smaller appimage. It also works if the distro only has libfuse2 installed.

Edit: If more info is needed, Cemu uses this appimagetool to make their appimage as well.