mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-04-27 05:20:50 -07: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.