Add Wii sdcard to CommonPaths

This commit is contained in:
Aestek
2016-07-16 21:40:19 +02:00
parent 51c77e8eea
commit 9c5b546e2e
6 changed files with 10 additions and 4 deletions

View File

@ -24,6 +24,7 @@
#include <wx/string.h>
#include <wx/textctrl.h>
#include "Common/CommonPaths.h"
#include "Common/CommonTypes.h"
#include "Common/FifoQueue.h"
#include "Common/FileUtil.h"
@ -563,7 +564,7 @@ void NetPlayDialog::OnMD5ComputeRequested(wxCommandEvent&)
break;
case MD5Target::SdCard:
file_identifier = "sd.raw";
file_identifier = WII_SDCARD;
break;
default: