Skip to content

Commit ce3e437

Browse files
committed
fix previous commit about family
Signed-off-by: Slice <sergey.slice@gmail.com>
1 parent fa55f15 commit ce3e437

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rEFIt_UEFI/Platform/ati.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -1839,7 +1839,7 @@ XBool load_vbios_file(UINT16 vendor_id, UINT16 device_id)
18391839
void get_vram_size(void)
18401840
{
18411841
//check card->vram_size in bytes!
1842-
ati_chip_family_t chip_family = CHIP_FAMILY_UNKNOW; //card->info->chip_family;
1842+
ati_chip_family_t chip_family = card->info->chip_family;
18431843

18441844
card->vram_size = 128 << 20; //default 128Mb, this is minimum for OS
18451845
if (gSettings.Graphics.VRAM != 0) {

0 commit comments

Comments
 (0)