mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-19 21:47:53 -05:00
core: loader: Implement support for loading indexed programs.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user