add exfat to partitions.cpp
This commit is contained in:
committed by
Dees_Troy
parent
1a650e6fc4
commit
3e14652310
@@ -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
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user