mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-23 11:35:19 +01:00
copy oem table 41
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
dc419a5f0e
commit
34e2e6e52e
@ -1117,8 +1117,8 @@ VOID PatchTableType11()
|
||||
VOID PatchTableTypeSome()
|
||||
{
|
||||
//some unused but interesting tables. Just log as is
|
||||
#define NUM_OTHER_TYPES 13
|
||||
UINT8 tableTypes[NUM_OTHER_TYPES] = {8, 10, 13, 18, 21, 22, 27, 28, 32, 33, 129, 217, 219};
|
||||
#define NUM_OTHER_TYPES 14
|
||||
UINT8 tableTypes[NUM_OTHER_TYPES] = {8, 10, 13, 18, 21, 22, 27, 28, 32, 33, 41, 129, 217, 219};
|
||||
UINTN IndexType;
|
||||
//
|
||||
// Different types
|
||||
|
Loading…
Reference in New Issue
Block a user