Changeset 43645


Ignore:
Timestamp:
03/04/19 21:03:23 (5 years ago)
Author:
gost
Message:

workaround play sf8008

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r43541 r43645  
    17051705        {
    17061706                //if(getconfigint("playertype", NULL) == 1 && cmpfilenameext(file, ".ts") == 0)
    1707                 if(cmpfilenameext(file, ".ts") == 0 && checkbox("VUSOLO2") != 1)
     1707                int noworaround = 1;
     1708                if(checkchipset("3798MV200") == 1)
     1709                        noworaround = getconfigint("playintern", NULL);
     1710                if(cmpfilenameext(file, ".ts") == 0 && checkbox("VUSOLO2") != 1 && noworkaround == 1)
    17081711                {
    17091712                        playertype = 1;
Note: See TracChangeset for help on using the changeset viewer.