mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-08 09:09:04 +00: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:
parent
489d90b6f3
commit
a1f874a66b
5 changed files with 2 additions and 15 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue