mirror of
https://git.zaroz.cloud/nintendo-back-up/yuzu/yuzu.git
synced 2026-01-18 04:18:48 +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.