Changeset 44996 for titan/titan/play.h


Ignore:
Timestamp:
12/11/20 13:49:24 (2 years ago)
Author:
obi
Message:

test sh4 fix fsat forward and freezing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/play.h

    r44983 r44996  
    12211221                        audioclearbuffer(status.aktservice->audiodev);
    12221222                if((status.playspeed != 0 || status.slowspeed != 0) && checkchipset("HI3798MV200") != 1 && checkbox("DM7020HD") != 1 && checkbox("DM7020HDV2") != 1 && vubox1 != 1)
    1223                 {
    12241223                        playerresetts();
    1225                 }
    1226                 else
    1227                         playercontinuets();
     1224                playercontinuets();
    12281225        }
    12291226        else if(playertype == 2)
     
    17291726        if(file != NULL)
    17301727        {
    1731                 int noworkaround = getconfigint("playnotintern", NULL);
    1732                 //if(cmpfilenameext(file, ".ts") == 0 && checkbox("VUSOLO2") != 1 && vubox1 != 1 && noworkaround == 0)
    1733                 if(cmpfilenameext(file, ".ts") == 0)
     1728                if(getconfigint("playertype", NULL) == 1 && cmpfilenameext(file, ".ts") == 0)
     1729//              if(cmpfilenameext(file, ".ts") == 0)
    17341730                {
    17351731                        playertype = 1;
Note: See TracChangeset for help on using the changeset viewer.