diff options
| author | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-09 08:55:56 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@el-mahrouss-logic.com> | 2024-03-09 08:55:56 +0100 |
| commit | 6f3b9a6359c387766beb5c3be147a9f4f744cbd7 (patch) | |
| tree | 4c68d3667eba68e0c47f160c0cef98ea6f641b9f /Private/NewBoot/BootKit | |
| parent | acfebdfb9aec89a3c0914be8e9b0439a10120d5c (diff) | |
HCoreLdr: Implement EnableCursor for EFI.
- Replace InitQT with InitGOP.
Diffstat (limited to 'Private/NewBoot/BootKit')
| -rw-r--r-- | Private/NewBoot/BootKit/BootKit.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Private/NewBoot/BootKit/BootKit.hxx b/Private/NewBoot/BootKit/BootKit.hxx index 25a29ea1..164bc48c 100644 --- a/Private/NewBoot/BootKit/BootKit.hxx +++ b/Private/NewBoot/BootKit/BootKit.hxx @@ -177,9 +177,9 @@ inline UInt16 kStride; inline EfiGUID kGopGuid; /** -@brief Init the QuickTemplate GUI framework. +@brief Inits the QuickTemplate GUI framework. */ -inline Void InitQT() noexcept { +inline Void InitGOP() noexcept { kGopGuid = EfiGUID(EFI_GRAPHICS_OUTPUT_PROTOCOL_GUID); kGop = nullptr; |
