mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-31 00:11:02 +00:00
Fix PE parsing
This commit is contained in:
@@ -42,7 +42,7 @@ namespace utils
|
||||
auto key_string = key.u16string();
|
||||
std::ranges::replace(key_string, u'\\', '/');
|
||||
|
||||
auto path = std::filesystem::path(key).lexically_normal().wstring();
|
||||
auto path = std::filesystem::path(key_string).lexically_normal().wstring();
|
||||
return utils::string::to_lower_consume(path);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user