From 3e14652310cd6200d997b0a7156b332bd558b7a9 Mon Sep 17 00:00:00 2001 From: bigbiff bigbiff Date: Wed, 14 Nov 2012 14:32:59 -0500 Subject: add exfat to partitions.cpp --- partition.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'partition.cpp') diff --git a/partition.cpp b/partition.cpp index cf7aab87e..c9b10dab5 100644 --- a/partition.cpp +++ b/partition.cpp @@ -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 -- cgit v1.2.3