Changeset 26601
- Timestamp:
- 03/01/14 09:46:45 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
titan/titan/titan.c
r26541 r26601 708 708 openfont(getskinconfig("fontfile5", NULL)); 709 709 710 //if(checkbox("f") != 1) 710 #ifdef SH4 711 711 setvol(getconfigint("vol", NULL)); 712 #endif 712 713 713 714 setlang(getconfig("lang", NULL)); … … 873 874 ret = readextepgconfig(getconfig("extepgfile", NULL)); 874 875 876 if(checkbox("VUSOLO2") == 1) 877 system("fbset 1280x720-1"); 878 875 879 //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 881 883 882 884 //check to remove preinstalled tpk packages
Note: See TracChangeset
for help on using the changeset viewer.