Ignore:
Timestamp:
Jul 14, 2018, 1:21:16 PM (6 years ago)
Author:
aitotat
Message:

Hotkey bar is now updated and drawn from system timer tick handler 1Ch. This gives much more responsive key input and makes possible to implement some simple detection animation to show that system has not frozen.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/XTIDE_Universal_BIOS/Src/Menus/BootMenu/BootMenuEvent.asm

    r592 r599  
    169169    ; selections are correctly displayed on Hotkey Bar and on Boot Menu
    170170%ifdef MODULE_HOTKEYS
    171     call    BootVars_StoreDefaultDriveLettersToHotkeyVars
     171    call    HotkeyBar_StoreDefaultDriveLettersToHotkeyVars
    172172%endif
    173173    call    DriveXlate_Reset
Note: See TracChangeset for help on using the changeset viewer.