Support for patch types:

- float
 - double
 - string
 - u16string
 - byte_array

Plus some smaller changes
This commit is contained in:
Gliniak
2022-02-04 12:15:47 +01:00
parent c73cdb506a
commit fc16e3dc40
5 changed files with 161 additions and 74 deletions

View File

@@ -141,7 +141,7 @@ X_STATUS UserModule::LoadFromFile(const std::string_view path) {
}
}
XELOGI("Module hash: {:16X} for {}", hash_, name_);
XELOGI("Module hash: {:016X} for {}", hash_, name_);
return LoadXexContinue();
}