Fixed incorrect hash generation + lint fixes

This commit is contained in:
Gliniak
2022-04-29 20:33:21 +02:00
parent 585b208fc0
commit d78fd19ab4
5 changed files with 15 additions and 17 deletions

View File

@@ -930,8 +930,6 @@ bool XexModule::Load(const std::string_view name, const std::string_view path,
name_ = name;
path_ = path;
uint8_t* data = memory()->TranslateVirtual(base_address_);
// Load in the XEX basefile
// We'll try using both XEX2 keys to see if any give a valid PE
int result_code = ReadImage(xex_addr, xex_length, false);