mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-21 05:09:34 -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:
@ -190,7 +190,7 @@ void wxCheatsWindow::UpdateGUI()
|
||||
|
||||
// write the ISO name in the title
|
||||
if (Core::IsRunning())
|
||||
SetTitle(title + StrToWxStr(": " + m_game_id + " - " + parameters.m_strName));
|
||||
SetTitle(title + StrToWxStr(": " + m_game_id));
|
||||
else
|
||||
SetTitle(title);
|
||||
}
|
||||
|
Reference in New Issue
Block a user