mirror of
https://git.suyu.dev/suyu/suyu.git
synced 2026-01-25 04:54:17 +08:00
Some disabled debugging functionality was being called from rendering routines in VideoCore. Although disabled, many of them still allocated memory or did some extra work that was enough to show up in a profiler. Gives a slight (~2ms) speedup.