mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-05-12 14:59:19 -05:00
6066ca30b2
These can be moved into the RegisterColumn constructor, which avoids potential allocations in the case a std::function would otherwise need to allocate to hold all of it's captured data. Also tidy up the inclusion order while we're at it.