mirror of
https://github.com/kwsch/pk3DS.git
synced 2026-08-27 20:26:04 -05:00
@@ -186,9 +186,13 @@ private void OpenQuick(string path)
|
||||
}
|
||||
else // Directory
|
||||
{
|
||||
if (!Directory.Exists(path))
|
||||
return;
|
||||
|
||||
// Check for ROMFS/EXEFS/EXHEADER
|
||||
RomFSPath = ExeFSPath = null; // Reset
|
||||
Config = null;
|
||||
|
||||
string[] folders = Directory.GetDirectories(path);
|
||||
int count = folders.Length;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user