BootManager: Fix "enumeration value not handled in switch" warning.

This commit is contained in:
Jordan Woyak
2026-02-06 03:43:35 -06:00
parent 17027f0173
commit 84b136c994

View File

@@ -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;
}
}