mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-03-12 14:46:49 +01:00
DolphinWX: Remove a wx 2.9.0 and 2.8.0 version check in GameListCtrl
This commit is contained in:
parent
3bde3988eb
commit
2eb12dee55
@ -658,11 +658,7 @@ const GameListItem *CGameListCtrl::GetISO(size_t index) const
|
|||||||
}
|
}
|
||||||
|
|
||||||
CGameListCtrl *caller;
|
CGameListCtrl *caller;
|
||||||
#if wxCHECK_VERSION(2, 9, 0)
|
|
||||||
int wxCALLBACK wxListCompare(wxIntPtr item1, wxIntPtr item2, wxIntPtr sortData)
|
int wxCALLBACK wxListCompare(wxIntPtr item1, wxIntPtr item2, wxIntPtr sortData)
|
||||||
#else // 2.8.x
|
|
||||||
int wxCALLBACK wxListCompare(long item1, long item2, long sortData)
|
|
||||||
#endif
|
|
||||||
{
|
{
|
||||||
// return 1 if item1 > item2
|
// return 1 if item1 > item2
|
||||||
// return -1 if item1 < item2
|
// return -1 if item1 < item2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user