edk2 commit b807174f

Signed-off-by: SergeySlice <sergey.slice@gmail.com>
This commit is contained in:
SergeySlice 2022-07-01 19:23:21 +03:00
parent 7b2dddaab5
commit 01c6348888
1 changed files with 4 additions and 2 deletions

View File

@ -40,8 +40,10 @@ GRAPHICS_CONSOLE_DEV mGraphicsConsoleDevTemplate = {
};
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.
// The last entry is specific for full screen mode.
//