mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
Refactoring, save/restore additional libs
This commit is contained in:
parent
288c8d9854
commit
35f6e67903
87 changed files with 1024 additions and 717 deletions
|
@ -22,11 +22,6 @@ protected:
|
|||
}
|
||||
|
||||
public:
|
||||
void Save(MemStreamWriter& writer) override
|
||||
{
|
||||
throw std::exception("Not implemented");
|
||||
}
|
||||
|
||||
sint32 fscGetType() override
|
||||
{
|
||||
return m_fscType;
|
||||
|
@ -113,6 +108,11 @@ public:
|
|||
return true;
|
||||
}
|
||||
|
||||
void Save(MemStreamWriter& writer) override
|
||||
{
|
||||
throw std::exception("Not implemented");
|
||||
}
|
||||
|
||||
private:
|
||||
FSTVolume* m_volume{nullptr};
|
||||
sint32 m_fscType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue