mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-21 20:25:47 +00:00
vi: Fix size for ListDisplays default display.
This commit is contained in:
parent
42b866afc5
commit
3ff59a95d5
1 changed files with 2 additions and 2 deletions
|
@ -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");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue