Convert Dolphin.Core.DefaultISO to use new-style config

This commit is contained in:
Michael M
2018-07-06 18:29:46 -07:00
parent 3d1a7737d8
commit e7cbee235c
6 changed files with 12 additions and 9 deletions

View File

@ -191,7 +191,6 @@ struct SConfig
// files
std::string m_strBootROM;
std::string m_strSRAM;
std::string m_strDefaultISO;
std::string m_perfDir;