mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-05-19 15:47:09 +02:00

Resolve warning caused by using values from two different enums in a conditional expression which was deprecated in c++20. The warning in question is clang -Wdeprecated-anon-enum-enum-conversion and gcc -Wenum-compare.