Add mouse support for uefi (#1457)

* fix gcc11 warnings

* add mouse support for uefi
This commit is contained in:
A1ive
2022-03-29 22:49:37 +08:00
committed by GitHub
parent ed1aa3d5be
commit a20592ecd1
7 changed files with 258 additions and 4 deletions

View File

@@ -1165,6 +1165,7 @@ main (int argc, char *argv[])
break;
case GRUB_INSTALL_PLATFORM_MIPS64EL_EFI:
efi_file = "grubmips64el.efi";
break;
case GRUB_INSTALL_PLATFORM_RISCV32_EFI:
efi_file = "grubriscv32.efi";
break;