mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-06 08:39:06 +00:00
Add system archives import
This commit is contained in:
@@ -277,4 +277,10 @@ private:
|
||||
SDMCFile exefs_file;
|
||||
};
|
||||
|
||||
/**
|
||||
* Extracts the shared RomFS from a NCCH image.
|
||||
* Used for handling system archives.
|
||||
*/
|
||||
std::vector<u8> LoadSharedRomFS(const std::vector<u8>& data);
|
||||
|
||||
} // namespace Core
|
||||
|
||||
Reference in New Issue
Block a user