Well, some of them just copied from yuzu-ea, focus on fixes for the latest boost and fmt (regarding on cpp and header files). As torzu and citron are under development (unlike yuzu), they may be outdated or unnecessary, I will try to remove them.
Others are added by me to make it utilize system libraries, or to fix some building errors.
Pinned Comments
username227 commented on 2025-03-17 00:35 (UTC) (edited on 2025-03-17 00:37 (UTC) by username227)
OK I got it! The solution suggested by @00x solved the spirv problem. I figured out my problem with glad by forcing the build to use dynarmic from externals. I also changed to use the system sdl2 instead of the one from externals to solve a third error related to sdl2/pipewire that I received later in the build.
Everything, in theory, should work now. Let me know if you have any issues. thanks.