From ce3e4376bd39e332ed2e08866c34a51354c92b53 Mon Sep 17 00:00:00 2001 From: Slice Date: Fri, 12 Jan 2024 22:32:40 +0300 Subject: [PATCH] fix previous commit about family Signed-off-by: Slice --- rEFIt_UEFI/Platform/ati.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rEFIt_UEFI/Platform/ati.cpp b/rEFIt_UEFI/Platform/ati.cpp index a9d7e74f1..488d855df 100644 --- a/rEFIt_UEFI/Platform/ati.cpp +++ b/rEFIt_UEFI/Platform/ati.cpp @@ -1839,7 +1839,7 @@ XBool load_vbios_file(UINT16 vendor_id, UINT16 device_id) void get_vram_size(void) { //check card->vram_size in bytes! - ati_chip_family_t chip_family = CHIP_FAMILY_UNKNOW; //card->info->chip_family; + ati_chip_family_t chip_family = card->info->chip_family; card->vram_size = 128 << 20; //default 128Mb, this is minimum for OS if (gSettings.Graphics.VRAM != 0) {