mirror of
https://github.com/SabreTools/SabreTools.Serialization.git
synced 2026-09-21 14:25:03 +00:00
Add fwNES FDS file support
This commit is contained in:
@@ -185,6 +185,11 @@ namespace ExtractionTool.Features
|
||||
cfb.Extract(OutputPath, Debug);
|
||||
break;
|
||||
|
||||
// fwNES FDS file
|
||||
case FDS fds:
|
||||
fds.Extract(OutputPath, Debug);
|
||||
break;
|
||||
|
||||
// GCF
|
||||
case GCF gcf:
|
||||
gcf.Extract(OutputPath, Debug);
|
||||
|
||||
Reference in New Issue
Block a user