Changeset 37252


Ignore:
Timestamp:
02/27/16 17:25:30 (8 years ago)
Author:
obi
Message:

fix

Location:
titan/titan
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/fb.h

    r37249 r37252  
    347347        debug(444, "fb->colbytes: %d", fb->colbytes);
    348348#ifdef MIPSEL
    349         if(checkbox("VUSOLO2") == 0)
    350                 return;
     349        return;
    351350#endif
    352351
  • titan/titan/titan.c

    r37074 r37252  
    979979       
    980980        if(checkbox("VUSOLO2") == 1)
    981                 system("fbset 1280x720-1");
     981                system("fbset 1920x1080-32");
    982982
    983983
     
    12631263                        rmdir("/mnt/writetest");
    12641264                }
     1265        }
     1266
     1267        if(checkbox("VUSOLO2") == 1)
     1268        {
     1269                // work for black screen
     1270                servicestop(status.aktservice, 1, 1);
     1271                singlepicstart("/var/usr/local/share/titan/plugins/mc/skin/bgMusic.mvi", 0);
     1272                servicestart(status.lastservice->channel, status.lastservice->channellist, NULL, 0);
    12651273        }
    12661274
Note: See TracChangeset for help on using the changeset viewer.