mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-11 10:39:59 +00:00
Allow disabling memory card writes in netplay.
Fixes issue 6217.
This commit is contained in:
parent
5f32febcf3
commit
c7abf7e8d2
7 changed files with 31 additions and 2 deletions
|
@ -96,6 +96,7 @@ private:
|
|||
void OnChat(wxCommandEvent& event);
|
||||
void OnQuit(wxCommandEvent& event);
|
||||
void OnPadBuffHelp(wxCommandEvent& event);
|
||||
void OnMemcardWriteCheck(wxCommandEvent& event);
|
||||
void OnThread(wxCommandEvent& event);
|
||||
void OnChangeGame(wxCommandEvent& event);
|
||||
void OnAdjustBuffer(wxCommandEvent& event);
|
||||
|
@ -104,6 +105,7 @@ private:
|
|||
wxListBox* m_player_lbox;
|
||||
wxTextCtrl* m_chat_text;
|
||||
wxTextCtrl* m_chat_msg_text;
|
||||
wxCheckBox* m_memcard_write;
|
||||
|
||||
std::string m_selected_game;
|
||||
wxButton* m_game_btn;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue