mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-25 15:19:42 -06:00
compile fix
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@5102 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
@ -330,6 +330,7 @@ std::string CGameListCtrl::GetGameNames() const
|
|||||||
return m_gameList;
|
return m_gameList;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#ifdef _WIN32
|
||||||
// This draws our icons on top of the gamelist, it's only used on Windows
|
// This draws our icons on top of the gamelist, it's only used on Windows
|
||||||
void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event)
|
void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event)
|
||||||
{
|
{
|
||||||
@ -367,6 +368,7 @@ void CGameListCtrl::OnPaintDrawImages(wxPaintEvent& event)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
void CGameListCtrl::InsertItemInReportView(long _Index)
|
void CGameListCtrl::InsertItemInReportView(long _Index)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user