mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-28 19:58:53 +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
|
@ -210,7 +210,7 @@ void GameCubePane::OnConfigPressed(int slot)
|
|||
{
|
||||
if (File::Exists(filename.toStdString()))
|
||||
{
|
||||
auto [error_code, mc] = GCMemcard::Open(filename.toStdString());
|
||||
auto [error_code, mc] = Memcard::GCMemcard::Open(filename.toStdString());
|
||||
|
||||
if (error_code.HasCriticalErrors() || !mc || !mc->IsValid())
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue