mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-26 03:01:14 -05:00
Given a std::map can't have duplicate keys, iterating over the map explicitly isn't necessary, and find() can just be used instead. Also, instead of manually calling push_back() for every entry to be added, the range constructor of std::vector can be used instead to add the whole range all at once.
1.8 KiB
1.8 KiB