mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-23 10:58:49 +00:00
content_archive: Make IsValidNCA() an internally linked function
This is only ever used within the cpp file, so it can just be an internal function.
This commit is contained in:
parent
401a947c41
commit
6adf7a6f99
2 changed files with 1 additions and 3 deletions
|
@ -73,8 +73,6 @@ inline bool IsDirectoryExeFS(const std::shared_ptr<VfsDirectory>& pfs) {
|
|||
return pfs->GetFile("main") != nullptr && pfs->GetFile("main.npdm") != nullptr;
|
||||
}
|
||||
|
||||
bool IsValidNCA(const NCAHeader& header);
|
||||
|
||||
// An implementation of VfsDirectory that represents a Nintendo Content Archive (NCA) conatiner.
|
||||
// After construction, use GetStatus to determine if the file is valid and ready to be used.
|
||||
class NCA : public ReadOnlyVfsDirectory {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue