mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-22 22:00:39 -06:00
GCMemcard: Move from global namespace into a Memcard namespace.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user