mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-13 06:34:42 -04:00
First commit of the new_engine branch
- new ffsParser is done, supports FFSv3, non-UEFI data everywhere, fixed files, offsets for uncompressed data and many other things - command-line utilities are removed until the end of new engine's development
This commit is contained in:
parent
29a41e880c
commit
1f0a80d035
31 changed files with 3121 additions and 5444 deletions
|
@ -25,6 +25,6 @@ QString machineTypeToQString(UINT16 machineType)
|
|||
case IMAGE_FILE_MACHINE_I386: return QObject::tr("x86");
|
||||
case IMAGE_FILE_MACHINE_IA64: return QObject::tr("IA64");
|
||||
case IMAGE_FILE_MACHINE_THUMB: return QObject::tr("Thumb");
|
||||
default: return QObject::tr("Unknown %1").hexarg2(machineType, 4);
|
||||
default: return QObject::tr("Unknown %1h").hexarg2(machineType, 4);
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue