Fixed Voodoo 2 non-SLI TMU config.
This commit is contained in:
parent
9a63308ffd
commit
6589952e9a
1 changed files with 1 additions and 4 deletions
|
|
@ -7629,10 +7629,7 @@ void *voodoo_init()
|
|||
tmuConfig = 1 | (3 << 6);
|
||||
break;
|
||||
case VOODOO_2:
|
||||
if (voodoo_set->nr_cards == 2)
|
||||
tmuConfig = 1 | (3 << 6);
|
||||
else
|
||||
tmuConfig = 1;
|
||||
tmuConfig = 1 | (3 << 6);
|
||||
break;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue