mirror of
https://github.com/shadlyd15/NesUEFI
synced 2024-11-21 20:31:23 +03:00
fixed spacing
This commit is contained in:
parent
e6e042e8e5
commit
ecb053c065
@ -51,7 +51,7 @@ efi_main (EFI_HANDLE image_handle, EFI_SYSTEM_TABLE *systab){
|
||||
}
|
||||
}
|
||||
|
||||
adafruit_gfx_init(kernel.graphics->Mode->Info->HorizontalResolution, kernel.graphics->Mode->Info->VerticalResolution);
|
||||
adafruit_gfx_init(kernel.graphics->Mode->Info->HorizontalResolution, kernel.graphics->Mode->Info->VerticalResolution);
|
||||
list_file_browser();
|
||||
keyboard_init(ui_key_handler);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user