mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-04 17:05:33 +01:00

Instead of needing different switch cases for converting countries to regions in multiple places, we now only need a single country-to-region switch case (in DiscIO/Enums.cpp), and we get a nice Region type.