static void scanDir() { if(fatDir == "") return; if (fatImage) { delete fatImage; fatImage = NULL; } VFAT vfat; if(vfat.build(slot1_R4_path_type?path.RomDirectory.c_str():fatDir.c_str(), 16)) fatImage = vfat.detach(); }
static void scanDir() { if(fatDir == "") return; if (fatImage) { delete fatImage; fatImage = NULL; } VFAT vfat; if(vfat.build(fatDir.c_str(),16)) { fatImage = vfat.detach(); } }