[3PP] Uplifted FMT version and adjusted messages

This commit is contained in:
Gliniak
2024-12-12 20:28:11 +01:00
parent 41771055f8
commit 3318ab5d4c
30 changed files with 68 additions and 43 deletions

View File

@@ -93,7 +93,8 @@ bool XContentContainerDevice::Initialize() {
auto header_loading_result = ReadHeaderAndVerify(header_file);
if (header_loading_result != Result::kSuccess) {
XELOGE("Error reading XContent header: {}", header_loading_result);
XELOGE("Error reading XContent header: {}",
static_cast<int32_t>(header_loading_result));
fclose(header_file);
return false;
}