qt: Add support for dumping a DLC Data RomFS

This commit is contained in:
Zach Hilman
2018-10-17 18:27:23 -04:00
parent 59044862a9
commit 9d0fb0f815
4 changed files with 73 additions and 11 deletions

View File

@ -52,6 +52,7 @@ bool operator<(const RegisteredCacheEntry& lhs, const RegisteredCacheEntry& rhs)
// std unique requires operator== to identify duplicates.
bool operator==(const RegisteredCacheEntry& lhs, const RegisteredCacheEntry& rhs);
bool operator!=(const RegisteredCacheEntry& lhs, const RegisteredCacheEntry& rhs);
/*
* A class that catalogues NCAs in the registered directory structure.