Changeset 28102


Ignore:
Timestamp:
03/29/14 21:25:18 (10 years ago)
Author:
gost
Message:

[titan] sh4.. fix disablemanualblit .. I hope

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/titan/infobar.h

    r28094 r28102  
    388388                                drawscreen(skin, 0, 0);
    389389                                status.tuxtxt = 1;
     390#ifdef MIPSEL
    390391                                disablemanualblit();
    391 #ifdef MIPSEL
    392392                                int tmprcret = -1;
    393393                                tmpstr = ostrcat(tmpstr, " &", 1, 0);
     
    437437                                        status.fdrctxt = -1;
    438438                                }
     439                                enablemanualblit();
    439440#else
    440441                                system(tmpstr);
    441442#endif                         
    442                                 enablemanualblit();
    443443                                status.tuxtxt = 0;
    444444                                free(tmpstr); tmpstr = NULL; tmpnr = NULL;
Note: See TracChangeset for help on using the changeset viewer.