mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-07-07 23:41:18 +12:00
Parity with ChrisNonyminus:Cemu:savestates; Add SS menu; Move SS func to CafeSystem
This commit is contained in:
parent
bfbeeae6f6
commit
0f9d27ae12
19 changed files with 573 additions and 5 deletions
|
@ -22,6 +22,11 @@ protected:
|
|||
}
|
||||
|
||||
public:
|
||||
void Save(MemStreamWriter& writer) override
|
||||
{
|
||||
throw std::exception("Not implemented");
|
||||
}
|
||||
|
||||
sint32 fscGetType() override
|
||||
{
|
||||
return m_fscType;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue