Implemented ability to block writes to the SD card

Renamed variable to be more accurate
This commit is contained in:
Anthony Serna 2015-08-28 16:00:12 -07:00
parent 6004ecc521
commit db7fe9507e
7 changed files with 8 additions and 8 deletions

View file

@ -202,7 +202,7 @@ NetPlayDialog::NetPlayDialog(wxWindow* const parent, const CGameListCtrl* const
padbuf_spin->Bind(wxEVT_SPINCTRL, &NetPlayDialog::OnAdjustBuffer, this);
bottom_szr->Add(padbuf_spin, 0, wxCENTER);
m_memcard_write = new wxCheckBox(panel, wxID_ANY, _("Write memcards (GC)"));
m_memcard_write = new wxCheckBox(panel, wxID_ANY, _("Write memcards/SD"));
bottom_szr->Add(m_memcard_write, 0, wxCENTER);
}