forked from dolphin-emu/dolphin
Make DVDLowOpenPartition actually change partitions.
This commit is contained in:
@@ -41,6 +41,8 @@ public:
|
||||
bool SupportsIntegrityCheck() const override { return true; }
|
||||
bool CheckIntegrity() const override;
|
||||
|
||||
bool ChangePartition(u64 offset) override;
|
||||
|
||||
private:
|
||||
std::unique_ptr<IBlobReader> m_pReader;
|
||||
std::unique_ptr<aes_context> m_AES_ctx;
|
||||
|
||||
Reference in New Issue
Block a user