Skip to content
Snippets Groups Projects
Commit 0d1a99ed authored by bunnei's avatar bunnei
Browse files

vi: Fix size for ListDisplays default display.

parent c3dd456d
No related branches found
No related tags found
No related merge requests found
......@@ -28,8 +28,8 @@ struct DisplayInfo {
char display_name[0x40]{"Default"};
u64 unknown_1{1};
u64 unknown_2{1};
u64 width{1920};
u64 height{1080};
u64 width{1280};
u64 height{720};
};
static_assert(sizeof(DisplayInfo) == 0x60, "DisplayInfo has wrong size");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment