mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 17:59:50 +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
|
@ -34,6 +34,8 @@ public:
|
|||
virtual bool CheckIntegrity() const { return false; }
|
||||
virtual bool IsDiscTwo() const { return false; }
|
||||
|
||||
virtual bool ChangePartition(u64 offset) { return false; }
|
||||
|
||||
// Increment CACHE_REVISION if values are changed (ISOFile.cpp)
|
||||
enum ECountry
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue