mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-22 17:25:46 +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
|
@ -28,7 +28,8 @@ class AppLoader_XCI final : public AppLoader {
|
|||
public:
|
||||
explicit AppLoader_XCI(FileSys::VirtualFile file,
|
||||
const Service::FileSystem::FileSystemController& fsc,
|
||||
const FileSys::ContentProvider& content_provider);
|
||||
const FileSys::ContentProvider& content_provider,
|
||||
std::size_t program_index);
|
||||
~AppLoader_XCI() override;
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue