mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-17 01:22:07 -07:00
This only ever queries if the type exists within the variant, but doesn't actually do anything with the return value. We can just use std::holds_alternative for this use case.