mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
commit
edf8fd2122
@ -85,6 +85,7 @@ CONST CHAR8* IconsNames[] = {
|
||||
"os_bigsur", //53 == ICON_BIGSUR
|
||||
"os_monterey", //54 == ICON_MONTEREY
|
||||
"os_ventura", //55 == ICON_VENTURA
|
||||
"os_sonoma", //56 == ICON_SONOMA
|
||||
""
|
||||
};
|
||||
const INTN IconsNamesSize = sizeof(IconsNames) / sizeof(IconsNames[0]);
|
||||
|
@ -362,6 +362,7 @@ void DebugPause(void);
|
||||
#define ICON_BIGSUR (53)
|
||||
#define ICON_MONTEREY (54)
|
||||
#define ICON_VENTURA (55)
|
||||
#define ICON_SONOMA (56)
|
||||
#define BUILTIN_ICON_BACKGROUND (100)
|
||||
#define BUILTIN_ICON_SELECTION (101)
|
||||
#define BUILTIN_ICON_ANIME (102)
|
||||
|
Loading…
Reference in New Issue
Block a user