mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-10-21 07:37:52 +00:00
core: loader: Implement support for loading indexed programs.
This commit is contained in:
parent
5f53d285aa
commit
9f8d7748d9
12 changed files with 74 additions and 26 deletions
|
@ -78,7 +78,7 @@ enum class XCIPartition : u8 { Update, Normal, Secure, Logo };
|
|||
|
||||
class XCI : public ReadOnlyVfsDirectory {
|
||||
public:
|
||||
explicit XCI(VirtualFile file);
|
||||
explicit XCI(VirtualFile file, std::size_t program_index = 0);
|
||||
~XCI() override;
|
||||
|
||||
Loader::ResultStatus GetStatus() const;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue