diff options
| author | Amlal <amlalelmahrouss@icloud.com> | 2024-12-12 11:31:43 +0100 |
|---|---|---|
| committer | Amlal <amlalelmahrouss@icloud.com> | 2024-12-12 11:31:43 +0100 |
| commit | 51860741562f2486a5134dae60311919bcf13785 (patch) | |
| tree | 2f03a875bc9877fed4da21753f522b8849421921 /dev/ZBAKit | |
| parent | 71ea4e60ed0b30590a48fde31a74b05e3dd14196 (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.cc | 4 |
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. */ |
