mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 04:38:49 +00:00
Add Wii sdcard to CommonPaths
This commit is contained in:
parent
51c77e8eea
commit
9c5b546e2e
6 changed files with 10 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue