22 Nov
2023
22 Nov
'23
12:59 a.m.
Zhiyi Zhang (@zhiyi) commented about dlls/win32u/sysparams.c:
static const WCHAR chip_typeW[] = {'H','a','r','d','w','a','r','e','I','n','f','o','r','m','a','t','i','o','n','.', 'C','h','i','p','T','y','p','e',0}; + static const WCHAR memory_sizeW[] = + {'H','a','r','d','w','a','r','e','I','n','f','o','r','m','a','t','i','o','n','.', + 'q','w','M','e','m','o','r','y','S','i','z','e',0};
Let's add HardwareInformation.MemorySize as well. Note that HardwareInformation.MemorySize is of type REG_DWORD and has a 4GB limit. -- https://gitlab.winehq.org/wine/wine/-/merge_requests/4466#note_53258