mirror of https://github.com/AxioDL/metaforce.git
MP1: Use _SYS_STR where needed
This commit is contained in:
parent
248e7654fa
commit
4a8f077d92
|
@ -798,7 +798,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 {}{}"),
|
||||
MainLog.report(logvisor::Level::Info, FMT_STRING(_SYS_STR("Loading data from Metroid Prime version {} from region {}{}")),
|
||||
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