Allow to change Wii sd card path in config pane

Add a setting in the "Paths" config pane to select which file should be
used as wii sd card.
This commit is contained in:
Aestek
2016-07-27 09:32:27 +02:00
parent 2304d76914
commit 0aa6e20685
4 changed files with 24 additions and 0 deletions

View File

@ -177,6 +177,7 @@ struct SConfig : NonCopyable
std::string m_strApploader;
std::string m_strUniqueID;
std::string m_strName;
std::string m_strWiiSDCardPath;
u16 m_revision;
std::string m_perfDir;