summaryrefslogtreecommitdiffhomepage
path: root/Boot/BootKit/Vendor
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-09 16:49:29 +0200
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-07-09 16:49:29 +0200
commit560a6c233286ec736a7a7c570efc68161c9953be (patch)
tree0c1154e75966870d11204a9d7f91d72943c3ab54 /Boot/BootKit/Vendor
parent631de363c6f353328a358d7c1d50e1781e5402cc (diff)
MHR-36: newoskrnl: Adding support for ARM64 based UEFI machines, (EPM
UEFI) Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Boot/BootKit/Vendor')
-rw-r--r--Boot/BootKit/Vendor/Qr.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/Boot/BootKit/Vendor/Qr.hxx b/Boot/BootKit/Vendor/Qr.hxx
index bb560878..9f32430d 100644
--- a/Boot/BootKit/Vendor/Qr.hxx
+++ b/Boot/BootKit/Vendor/Qr.hxx
@@ -371,8 +371,8 @@ namespace qr
{
for (int x = 0; x < (this->side_size()); ++x)
{
- GXDraw(
- (this->module(x, y) ? RGB(00, 00, 00) : RGB(FF, FF, FF)),
+ CGDrawInRegion(
+ (this->module(x, y) ? RGB(00, 00, 00) : RGB(0xFF, 0xFF, 0xFF)),
1, 1,
x + whereX, y + whereY);
}