summaryrefslogtreecommitdiffhomepage
path: root/dev/ZBAKit
diff options
context:
space:
mode:
authorAmlal <amlalelmahrouss@icloud.com>2024-12-12 11:31:43 +0100
committerAmlal <amlalelmahrouss@icloud.com>2024-12-12 11:31:43 +0100
commit51860741562f2486a5134dae60311919bcf13785 (patch)
tree2f03a875bc9877fed4da21753f522b8849421921 /dev/ZBAKit
parent71ea4e60ed0b30590a48fde31a74b05e3dd14196 (diff)
FIX: Fix build and other fixes.
Signed-off-by: Amlal <amlalelmahrouss@icloud.com>
Diffstat (limited to 'dev/ZBAKit')
-rw-r--r--dev/ZBAKit/src/HEL/AMD64/BootMain.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
index f6f5d85c..204d3d3a 100644
--- a/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
+++ b/dev/ZBAKit/src/HEL/AMD64/BootMain.cc
@@ -24,11 +24,11 @@
#endif // !kMachineModel
#ifndef kExpectedWidth
-#define kExpectedWidth 1280
+#define kExpectedWidth 1920
#endif
#ifndef kExpectedHeight
-#define kExpectedHeight 720
+#define kExpectedHeight 1080
#endif
/** Graphics related. */