mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-02-20 20:08:48 -06:00
As these are stored in a map, operator< will become a hot function when doing lookups, which happen every frame. std::tie generated a rather large function here with quite a few branches.