mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-24 03:11:09 +00:00
Rename m_names to m_banner_names
This commit is contained in:
parent
355a2d33aa
commit
ebbbe43b8f
2 changed files with 7 additions and 7 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue