mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-09-15 00:55:33 +00:00
With C++20, we can use the more concise contains() member function instead of comparing the result of the find() call with the end iterator.
With C++20, we can use the more concise contains() member function instead of comparing the result of the find() call with the end iterator.