Very early SevenZip WIP version
This commit is contained in:
@@ -32,7 +32,7 @@ namespace ROMVault2.RvDB
|
||||
public RvFile(FileType type)
|
||||
: base(type)
|
||||
{
|
||||
if (type != FileType.File && type != FileType.ZipFile)
|
||||
if (type != FileType.File && type != FileType.ZipFile && type != FileType.SevenZipFile)
|
||||
ReportError.SendAndShow("Trying to set file type to " + type);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user