mirror of
https://github.com/open-goal/jak-project
synced 2026-06-03 18:36:52 -04:00
8daa3c2e00
* Automatically switch to dedicated GPU for runtime Some machines with dual-GPUs cannot properly detect OpenGOAL as a high-performance application and properly utilize the dedicated GPU. This sets a flag for both Radeon and NVIDIA GPUs to always use the high performance GPU when available. I do not have a dual-GPU machine to test this on, but this should just work out of the box. * clang-format One day I will understand clang