mirror of
https://github.com/LongSoft/UEFITool.git
synced 2025-05-12 22:26:13 -04:00
Support for FTW blocks
- small UI fixes for EVSA - other minor stuff
This commit is contained in:
parent
57e24c7465
commit
1a6d2142b0
6 changed files with 239 additions and 36 deletions
|
@ -76,6 +76,8 @@ STATUS FfsOperations::extract(const QModelIndex & index, QString & name, QByteAr
|
|||
case Types::NvramStoreVss:
|
||||
case Types::NvramStoreFdc:
|
||||
case Types::NvramStoreFsys:
|
||||
case Types::NvramStoreEvsa:
|
||||
case Types::NvramFtwBlock:
|
||||
default:
|
||||
name = itemName.replace(' ', '_').replace('/', '_');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue