Skip to content

Commit

Permalink
Deleted gar/zar unpack since it's no longer used.
Browse files Browse the repository at this point in the history
  • Loading branch information
MeltyPlayer committed Nov 9, 2024
1 parent cecb4d3 commit 94dcbac
Show file tree
Hide file tree
Showing 17 changed files with 2 additions and 1,669 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,10 @@ public static IFileHierarchy GetFileHierarchy(
string romName,
ISystemDirectory directory) {
var romDir = GetOrCreateRomDirectory(romName);
var prereqsDir = romDir.GetOrCreateSubdir(PREREQS);
var cacheDir = romDir.GetOrCreateSubdir(CACHE);

var cacheFile
= new FinFile(Path.Join(prereqsDir.FullPath, "hierarchy.cache"));
= new FinFile(Path.Join(cacheDir.FullPath, "hierarchy.cache"));

return FileHierarchy.From(romName, directory, cacheFile);
}
Expand Down
Binary file removed cli/tools/gar_zar_unpack_v0.2/GAR.exe
Binary file not shown.
Binary file removed cli/tools/gar_zar_unpack_v0.2/ZAR.exe
Binary file not shown.

This file was deleted.

300 changes: 0 additions & 300 deletions cli/tools/gar_zar_unpack_v0.2/src/GAR.dpr

This file was deleted.

Loading

0 comments on commit 94dcbac

Please sign in to comment.