Make DVDLowOpenPartition actually change partitions.

This commit is contained in:
magumagu 2014-05-29 03:38:39 -07:00 committed by JosJuice
commit b1df4e5986
6 changed files with 57 additions and 40 deletions

View file

@ -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;