Skip to content

Commit

Permalink
fix previous commit about family
Browse files Browse the repository at this point in the history
Signed-off-by: Slice <sergey.slice@gmail.com>
  • Loading branch information
SergeySlice committed Jan 12, 2024
1 parent fa55f15 commit ce3e437
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rEFIt_UEFI/Platform/ati.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down

0 comments on commit ce3e437

Please sign in to comment.