mirror of https://github.com/mpv-player/mpv
G200/8MB SD ramsize detection fixed
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@103 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
a803512edb
commit
ae2af2aa16
|
@ -759,7 +759,7 @@ static int mga_vid_find_card(void)
|
|||
printk(KERN_INFO "mga_vid: Couldn't detect RAMSIZE, assuming 16MB!");
|
||||
}
|
||||
}else{
|
||||
switch((card_option>>11)&3){
|
||||
switch((card_option>>11)&1){
|
||||
case 0: mga_ram_size = 8; break;
|
||||
default: mga_ram_size = 16;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue