mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 17:19:44 -06:00
Allow disabling memory card writes in netplay.
Fixes issue 6217.
This commit is contained in:

committed by
Rachel Bryk

parent
5f32febcf3
commit
c7abf7e8d2
@ -111,6 +111,7 @@ public:
|
||||
virtual bool StartGame(const std::string &path);
|
||||
virtual bool StopGame();
|
||||
|
||||
virtual void SetMemcardWriteEnabled(bool enabled);
|
||||
//void PushPadStates(unsigned int count);
|
||||
|
||||
u8 GetPadNum(u8 numPAD);
|
||||
|
Reference in New Issue
Block a user