Changeset 567 in xtideuniversalbios for trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc
- Timestamp:
- May 26, 2014, 1:25:15 PM (11 years ago)
- google:author:
- krille_n_@hotmail.com
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/XTIDE_Universal_BIOS_Configurator_v2/Inc/MenuStructs.inc
r526 r567 47 47 FLG_MENUITEM_BYTEVALUE EQU (1<<3) ; Item value is single byte 48 48 FLG_MENUITEM_PROGRAMVAR EQU (1<<4) ; Item is for configuring program, not BIOS 49 FLG_MENUITEM_CHOICESTRINGS EQU (1<<5); ChoiceToStringLookup table is 1-1 with ChoiceToValueLookup table,49 FLG_MENUITEM_CHOICESTRINGS EQU (1<<5) ; ChoiceToStringLookup table is 1-1 with ChoiceToValueLookup table, 50 50 ; ChoiceToStringLookup table must also be NULL terminated 51 51 FLG_MENUITEM_MASKVALUE EQU (1<<6) ; Item value is more than one bit among other bits
Note:
See TracChangeset
for help on using the changeset viewer.