mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-04-01 02:00:49 -04:00
The vector is only ever queryied and it's contents aren't modified, so there's no reason to take the vector by value. We can take a constant reference to it to avoid unnecessary allocating.