mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-11-10 09:40:53 +01:00
edk2 commit b807174f
Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
parent
7b2dddaab5
commit
01c6348888
@ -40,8 +40,10 @@ GRAPHICS_CONSOLE_DEV mGraphicsConsoleDevTemplate = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
GRAPHICS_CONSOLE_MODE_DATA mGraphicsConsoleModeData[] = {
|
GRAPHICS_CONSOLE_MODE_DATA mGraphicsConsoleModeData[] = {
|
||||||
{100, 31},
|
{ 100, 31 }, // 800 x 600
|
||||||
//
|
{ 128, 40 }, // 1024 x 768
|
||||||
|
{ 160, 42 }, // 1280 x 800
|
||||||
|
{ 240, 56 }, // 1920 x 1080 //
|
||||||
// New modes can be added here.
|
// New modes can be added here.
|
||||||
// The last entry is specific for full screen mode.
|
// The last entry is specific for full screen mode.
|
||||||
//
|
//
|
||||||
|
Loading…
Reference in New Issue
Block a user