Example #1
0
 /// <summary>
 /// Maps the PS3 filesystem on your HDD, type 'C' with the apostrophes if you want to save it into the C drive
 /// </summary>
 /// <param name="DiskDriveLetter"></param>
 public static void MapFilesystem(char DiskDriveLetter)
 {
     PS3TMAPI.MapFileSystem(DiskDriveLetter);
 }