Changeset 26601


Ignore:
Timestamp:
03/01/14 09:46:45 (9 years ago)
Author:
obi
Message:

mipsel fix vol

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/titan.c

    r26541 r26601  
    708708        openfont(getskinconfig("fontfile5", NULL));
    709709
    710         //if(checkbox("f") != 1)
     710#ifdef SH4
    711711        setvol(getconfigint("vol", NULL));
     712#endif
    712713       
    713714        setlang(getconfig("lang", NULL));
     
    873874        ret = readextepgconfig(getconfig("extepgfile", NULL));
    874875       
     876        if(checkbox("VUSOLO2") == 1)
     877                system("fbset 1280x720-1");
     878
    875879        //set volume on start
    876         if(checkbox("VUSOLO2") == 1)
    877         {
    878 //              setvol(getconfigint("vol", NULL));
    879                 system("fbset 1280x720-1");
    880         }
     880#ifdef MIPSEL
     881                setvol(getconfigint("vol", NULL));
     882#endif
    881883
    882884        //check to remove preinstalled tpk packages
Note: See TracChangeset for help on using the changeset viewer.