mirror of https://github.com/AxioDL/metaforce.git
MP1: char -> boo::SystemChar
This commit is contained in:
parent
73b9d2024b
commit
248e7654fa
|
@ -799,7 +799,7 @@ void CMain::Init(const hecl::Runtime::FileStoreManager& storeMgr, hecl::CVarMana
|
|||
hecl::SystemStringConv conv(GetVersionString());
|
||||
boo::SystemStringView versionView(conv.sys_str());
|
||||
MainLog.report(logvisor::Level::Info, FMT_STRING("Loading data from Metroid Prime version {} from region {}{}"),
|
||||
versionView, char(GetRegion()), IsTrilogy() ? _SYS_STR(" from trilogy") : _SYS_STR(""));
|
||||
versionView, boo::SystemChar(GetRegion()), IsTrilogy() ? _SYS_STR(" from trilogy") : _SYS_STR(""));
|
||||
} else {
|
||||
MainLog.report(logvisor::Level::Fatal, FMT_STRING("Unable to load version info"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue