Changeset 28061


Ignore:
Timestamp:
03/28/14 18:20:31 (10 years ago)
Author:
obi
Message:

ufs910 fix

File:
1 edited

Legend:

Unmodified
Added
Removed
  • titan/plugins/tithek/tithek.h

    r27773 r28061  
    13111311//                                      addmenulist(&mlist, "Streaming Playback Caching (3MB)", NULL, NULL, 0, 0);
    13121312//                                      addmenulist(&mlist, "Streaming Playback Caching (4MB)", NULL, NULL, 0, 0);
    1313                                         if(checkbox("UFS910") == 1 && !file_exist("/var/swap/swapfile"))
     1313                                        if(checkbox("UFS910") == 1 && !file_exist("/var/swapdir/swapfile"))
    13141314                                                addmenulist(&mlist, "Streaming Playback Caching (5MB)", NULL, NULL, 0, 0);
    13151315                                        else
Note: See TracChangeset for help on using the changeset viewer.