mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-07 02:46:12 -05:00
BootManager: Fix "enumeration value not handled in switch" warning.
This commit is contained in:
@@ -117,7 +117,7 @@ bool BootCore(Core::System& system, std::unique_ptr<BootParameters> boot,
|
||||
case DiscIO::Region::NTSC_K:
|
||||
Config::SetCurrent(Config::SYSCONF_COUNTRY, 0x88); // South Korea
|
||||
break;
|
||||
case DiscIO::Region::Unknown:
|
||||
default:
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user