mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-12-09 19:07:44 +00:00
MP1: Use SystemStringConv for printing version string
This commit is contained in:
@@ -796,7 +796,8 @@ void CMain::Init(const hecl::Runtime::FileStoreManager& storeMgr, hecl::CVarMana
|
||||
MainLog.report(logvisor::Level::Fatal,
|
||||
FMT_STRING("Attempted to initialize URDE in MP1 mode with non-MP1 data!!!!"));
|
||||
}
|
||||
boo::SystemStringView versionView(GetVersionString());
|
||||
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(""));
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user