Clocks
Clocks
> Can you build that on OBS as well? That way it's all maintained in a single place. OBS? Open broadcast studio? Thats on flathub already. > BTW: Any reason...
There is support for flatpak bundles. But not the repository. https://github.com/openSUSE/open-build-service/issues/11606 While that does provide the benefits of flatpak, it doesn't have the benefit of free publicity on Flathub.
> Is there a way to have the build info as part of this repository or organization? That way it would also be in a single place and can be...
This is a good idea, since a lot just clutter the menu
Alright, why does Cemu need SEPol?
> You should maybe wait until Cemu is ready. Precisely why it is a draft pr :D > There are a few major Issues like that it needs a case-insensitive...
Had to disable vcpkg for the flatpak build, as flatpak does not allow network access during build time. ```yaml - -DENABLE_VCPKG=false ```
Alright, so I have reached the point of handling dependencies. imgui is a dependency that the project uses, but it does not have a cmake, I have tried to create...
> Cemu's Findimgui.cmake file already checks for both a pkg-config file and a CMake Config file, usually provided by distros. What issue are you facing? I cannot use vcpkg for...
@SSimco Since I lacked the time to contribute for this enough, can you make the PR to flathub?