mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-24 11:45:27 +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()
|
VOID PatchTableTypeSome()
|
||||||
{
|
{
|
||||||
//some unused but interesting tables. Just log as is
|
//some unused but interesting tables. Just log as is
|
||||||
#define NUM_OTHER_TYPES 13
|
#define NUM_OTHER_TYPES 14
|
||||||
UINT8 tableTypes[NUM_OTHER_TYPES] = {8, 10, 13, 18, 21, 22, 27, 28, 32, 33, 129, 217, 219};
|
UINT8 tableTypes[NUM_OTHER_TYPES] = {8, 10, 13, 18, 21, 22, 27, 28, 32, 33, 41, 129, 217, 219};
|
||||||
UINTN IndexType;
|
UINTN IndexType;
|
||||||
//
|
//
|
||||||
// Different types
|
// Different types
|
||||||
|
Loading…
Reference in New Issue
Block a user