mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 12:19:12 +00:00
real buildfix
This commit is contained in:
parent
c65473d9d3
commit
d951c4c374
4 changed files with 6 additions and 8 deletions
|
@ -138,7 +138,7 @@ GameListItem::GameListItem(const std::string& _rFileName)
|
|||
else
|
||||
{
|
||||
// default banner
|
||||
m_Image = wxImage(StrToWxStr(File::GetThemeDir()) + "nobanner.png", wxBITMAP_TYPE_PNG);
|
||||
m_Image = wxImage(StrToWxStr(File::GetThemeDir(SConfig::GetInstance().m_LocalCoreStartupParameter.theme_name)) + "nobanner.png", wxBITMAP_TYPE_PNG);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue