mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 11:49:06 +00:00
GCMemcard: Move from global namespace into a Memcard namespace.
This commit is contained in:
parent
2e1bfe073c
commit
914ebdf0dd
14 changed files with 117 additions and 97 deletions
|
@ -75,7 +75,7 @@ bool GCMemcardCreateNewDialog::CreateCard()
|
|||
return false;
|
||||
|
||||
const std::string p = path.toStdString();
|
||||
auto memcard = GCMemcard::Create(p, size, is_shift_jis);
|
||||
auto memcard = Memcard::GCMemcard::Create(p, size, is_shift_jis);
|
||||
if (memcard && memcard->Save())
|
||||
{
|
||||
m_card_path = p;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue