emiyl
emiyl
I believe I'm having a similar issue - I'm trying to include a markdown file inside an included markdown file. An example below: ``` # /docs/main.md !!!include(./docs/include1.md)!!! ``` ``` #...
> That feature in unsupported on the igpu This is more of an issue with the fact that MoltenVK does not support the extension used by async shader compilation, so...
I'm sure the conversion isn't _helping_ performance, but MoltenVK performs very well in other applications, and shouldn't cause performance to degrade to this extent.
On ARM brew installations, the homebrew path is `/opt/homebrew`. On Intel brew installations, the homebrew path is `/usr/local` Before compiling, run `arch -x86_64 zsh`. Then, install brew again (this won't...
> So there are no plans for an arm64 build? On the [Cemu roadmap](https://wiki.cemu.info/wiki/Roadmap#LLVM_as_a_CPU_JIT_backend), it's planned to switch to LLVM as a CPU backend, which can then be built for...
Thank you for the feedback, I'm now using the CMake build system to generate the app bundle and I created this icon, which I think fits in pretty well with...
> I still manually need to chmod Cemu app in Contents in order to run it. This should now be fixed. > Other than that I can not give the...
For releases, it will be packaged in .dmg
> As for the chmod, still necessary even with the latest build, compiled less than an hour ago. I see the issue :( Unfortunately I'm not sure. It's definitely running...
I've worked around the permissions issue by just packaging the artifact in a dmg, and then mounting the dmg in the release actions.