mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-28 23:01:21 -05:00
Profiling Dolphin using Heaptrack, this turns out to be the cause of more than half of all temporary allocations. Though since it's in a separate thread, I suppose it wasn't affecting performance very much.