mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07: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