mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-09-03 16:16:05 +00:00
Make DVDLowOpenPartition actually change partitions.
This commit is contained in:
parent
d4125231f3
commit
b1df4e5986
6 changed files with 57 additions and 40 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue