mirror of
https://github.com/TwilitRealm/dusklight
synced 2026-06-02 17:48:21 -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());
|
||||
|
||||
@@ -25,7 +25,6 @@
|
||||
#include "dusk/logging.h"
|
||||
#include "dusk/string.hpp"
|
||||
#if TARGET_PC
|
||||
#include <format>
|
||||
#include <fmt/ranges.h>
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user