mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Migrate to Serialization package
This commit is contained in:
@@ -20,7 +20,7 @@ namespace SabreTools.DatFiles.Formats
|
||||
{
|
||||
// Deserialize the input file
|
||||
// TODO: Support M1 DATs again
|
||||
var mame = Serialization.Listxml.Deserialize(filename);
|
||||
var mame = new Serialization.Files.Listxml().Deserialize(filename);
|
||||
|
||||
// Convert the header to the internal format
|
||||
ConvertHeader(mame, keep);
|
||||
|
||||
Reference in New Issue
Block a user