mirror of
https://github.com/PredatH0r/ChanSort.git
synced 2026-01-14 19:32:04 +01:00
- merged all Hex Editor Neo structure definitions for MStar *.dbm variants into a single file
- added more DBM configurations
This commit is contained in:
@@ -17,6 +17,9 @@ namespace ChanSort.Loader.Android
|
||||
if (file.StartsWith("dvr_rtk_tv") && file.EndsWith(".db"))
|
||||
return new AldenSerializer(inputFile);
|
||||
|
||||
if (!file.EndsWith(".db"))
|
||||
return null;
|
||||
|
||||
throw LoaderException.TryNext(SerializerBase.ERR_UnknownFormat);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user