diff options
Diffstat (limited to '')
-rw-r--r-- | partitions.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/partitions.hpp b/partitions.hpp index 8379de9b3..3cbd8c3b5 100644 --- a/partitions.hpp +++ b/partitions.hpp @@ -219,6 +219,7 @@ public: int Fstab_Processed(); // Indicates if the fstab has been processed or not void Output_Storage_Fstab(); // Creates a /cache/recovery/storage.fstab file with a list of all potential storage locations for app use bool Enable_MTP(); // Enables MTP + void Add_All_MTP_Storage(); // Adds all storage objects for MTP bool Disable_MTP(); // Disables MTP bool Add_MTP_Storage(string Mount_Point); // Adds or removes an MTP Storage partition bool Add_MTP_Storage(unsigned int Storage_ID); // Adds or removes an MTP Storage partition |