Add fwNES FDS file support

This commit is contained in:
Matt Nadareski
2026-03-10 17:27:58 -04:00
parent e8394d6665
commit 70fe830241
15 changed files with 507 additions and 3 deletions

View File

@@ -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);