add exfat to partitions.cpp

This commit is contained in:
bigbiff bigbiff
2012-11-14 22:22:25 +00:00
committed by Dees_Troy
parent 1a650e6fc4
commit 3e14652310
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -359,6 +359,7 @@ bool TWPartition::Is_File_System(string File_System) {
File_System == "vfat" ||
File_System == "ntfs" ||
File_System == "yaffs2" ||
File_System == "exfat" ||
File_System == "auto")
return true;
else
+1 -1
View File
@@ -17,7 +17,7 @@
#ifndef _VARIABLES_HEADER_
#define _VARIABLES_HEADER_
#define TW_VERSION_STR "2.3.1.1"
#define TW_VERSION_STR "2.3.1.3"
#define TW_USE_COMPRESSION_VAR "tw_use_compression"
#define TW_IGNORE_IMAGE_SIZE "tw_ignore_image_size"