mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-06-13 05:29:13 +00:00
shader_map was only defined on x86 architectures, but was cleared on shutdown with no ifdef protection. Ifdef this out so non-x86 architectures can be built.