View Single Post
  #11  
Old 03-03-2013, 10:39
mausschieber's Avatar
mausschieber mausschieber is offline
Conversion Designer
 
Join Date: Jan 2011
Location: germany
Posts: 4,317
Thanks: 6,758
Thanked 11,707 Times in 3,227 Posts
mausschieber is on a distinguished road
Problem with videocard

sorry for my bad english

how can i change this in yener90's script
my videocard has 4GB

bsp://================= Videocard =================//
VidRam:=GetVidMemLocal/1000000;
if (VidRam<63) or (VidRam>1100) then vr:=VidRam
else if VidRam<100 then vr:=64
else if VidRam<200 then vr:=128
else if VidRam<300 then vr:=256
else if VidRam<400 then vr:=384
else if VidRam<600 then vr:=512
else if VidRam<800 then vr:=792
else if VidRam>800 then vr:=1024



thanks in advance