qurious-pixel

Results 52 comments of qurious-pixel

on Linux, updated correctly, but "What's New" was blank/unreadable, and after Vita3K closed, it launched web browser to download `updater`.

It is more than just bundling the app. flatpak has some read-only portions that Vita3K currently does not support. It will fail to launch.

https://docs.flatpak.org/en/latest/sandbox-permissions.html Sandbox permissions prevent the creation of `shaderlog, config.yml, and vita3k.log` The root folder of `data, shaders, shaders-builtin and Vita3k` are in a read-only sandbox when packaged as a flatpak.

This can be accomplished by placing the appropriate files/folders in `$XDG_DATA_HOME` and `$XDG_CONFIG_HOME`, but this will also affect Windows and MacOS. I prefer this for Linux (it follows the XDG...

Symlinks are not the issue, and not all file-sytems allow; ExFat for example. The issue is creating files and directories where flatpak expects read-only permissions. Then Vita3K will hard crash...

I build patchelf 0.12 in my Docker image, then replace at runtime. If I use the default "0.08" it fails to package the image, as the binary is too big....

Is there a way to generate a `.zsync` file using the static lib builds? ``` The AppImage was created, but is lacking update information. Possibly it was built on a...

![image](https://user-images.githubusercontent.com/62252937/187340416-067d6c07-22d1-4142-ba55-ad9cd16e0516.png) `GTK_THEME="Adwaita:dark" ./Cemu `

This is due to static libpng mismatch of vcpkg with the host systems dynamic libpng.

wxWidgets is using libpng as a dependency during build. When you run it on your system, the libpng doesn't match and you get this error. I fixed this in my...