mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 21:30:19 -06:00
ConfigManager: Remove m_strName
m_strName has limited usefulness, because GetInternalName() can be inaccurate or even completely wrong. It was almost completely unused anyway.
This commit is contained in:
@ -211,7 +211,6 @@ struct SConfig : NonCopyable
|
||||
std::string m_strApploader;
|
||||
std::string m_strGameID;
|
||||
u64 m_title_id;
|
||||
std::string m_strName;
|
||||
std::string m_strWiiSDCardPath;
|
||||
u16 m_revision;
|
||||
|
||||
|
Reference in New Issue
Block a user