mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 14:19:46 -06:00
Rename m_names to m_banner_names
This commit is contained in:
@ -61,7 +61,7 @@ private:
|
||||
|
||||
// Stuff from banner
|
||||
std::string m_company;
|
||||
std::vector<std::string> m_names;
|
||||
std::vector<std::string> m_banner_names;
|
||||
std::vector<std::string> m_descriptions;
|
||||
|
||||
std::string m_UniqueID;
|
||||
|
Reference in New Issue
Block a user