flyinghead
flyinghead
Fixed in the latest `master` build. However it won't work with the Redump GDI since it doesn't contain pregap information.
On Android 10 and up, the haptic feedback when tapping a button is the standard "Heavy Click" effect. It doesn't depend on the haptic power setting. The "Heavy Click" is...
Flycast is built for a large variety of operating systems and platforms, and in most cases there is no dependency/package manager available. My users want executable binaries, and I need...
Github CI is one thing but the project also needs to be built locally, with minimum effort and maximum predictability.
This is likely due to this line in CMakeLists.txt: ``` target_include_directories(${PROJECT_NAME} PRIVATE core core/deps core/deps/stb core/deps/json core/deps/asio/asio/include) ``` It adds `core/deps` to the include path, which contains `glslang/SPIRV/GlslangToSpv.h`
I don't understand what is the point of these changes: vulkan-headers, xxhash, glm and vulkan-memory_allocator are headers-only libraries. So using the host/OS version will not reduce resource usage, will not...
Please limit the changes to what is strictly necessary. The build process is already far too complicated for my taste.
I can reproduce the issue with initdo every time I run it, but I can't reproduce it with initd. Also reverting the mentioned commit doesn't seem to fix it.
Fixed on the `dev ` branch
@danprice142, Can you have a look at this issue? Thanks