mirror of
https://github.com/momo5502/emulator.git
synced 2026-01-19 19:53:56 +00:00
Simplify code and remove uncessary comments
This commit is contained in:
@@ -469,10 +469,10 @@ mapped_module* module_manager::map_module(const windows_path& file, const logger
|
||||
|
||||
if (local_file.filename() == "win32u.dll")
|
||||
{
|
||||
return this->map_local_module(this->file_sys_->translate(file), logger, is_static, false);
|
||||
return this->map_local_module(local_file, logger, is_static, false);
|
||||
}
|
||||
|
||||
return this->map_local_module(this->file_sys_->translate(file), logger, is_static, allow_duplicate);
|
||||
return this->map_local_module(local_file, logger, is_static, allow_duplicate);
|
||||
}
|
||||
|
||||
// Refactored map_local_module using the new architecture
|
||||
|
||||
Reference in New Issue
Block a user