mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-07-29 15:23:01 -04:00
Stop using std::format
This commit is contained in:
+1
-1
@@ -1038,7 +1038,7 @@ int dRes_control_c::setObjectRes(char const* i_arcName, void* i_archiveRes, u32
|
||||
|
||||
#if DUSK_TPHD
|
||||
// HD hook for second JKRMemArchive constructor (see below)
|
||||
const std::string hdPath = std::format("/res/Object/{}.arc", i_arcName);
|
||||
const std::string hdPath = fmt::format("/res/Object/{}.arc", i_arcName);
|
||||
if (auto hd = dusk::tphd::try_load_hd_archive(hdPath)) {
|
||||
DuskLog.info("[TPHD] setObjectRes redirect: {} -> HD ({} bytes)",
|
||||
i_arcName, (*hd)->size());
|
||||
|
||||
Reference in New Issue
Block a user