summary refs log tree commit diff stats
path: root/results/scraper/fex/906
blob: 29d0438eb19b79c02231fd4d39e6180dc25162e8 (plain) (blame)
1
2
3
4
5
Switch FEXConfig from GLFW to SDL
GLFW will consume 100% of a CPU core in some instances.
For details: https://github.com/glfw/glfw/issues/1872

Switch to SDL window creation instead. Can't work around the GLFW bug from the application side.