mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-08-21 09:49:01 +00:00
added sorting to gamelistctrl (thanks a lot to gigaherz)
git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@547 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
parent
e4ca998ff8
commit
afc6bf15ab
8 changed files with 504 additions and 62 deletions
|
@ -47,11 +47,6 @@ class CISOFile
|
|||
|
||||
const wxImage& GetImage() const {return(m_Image);}
|
||||
|
||||
bool operator < (const CISOFile &other) const {
|
||||
// HACK - they end up in reverse order in the list view
|
||||
return strcasecmp(m_Name.c_str(), other.m_Name.c_str()) < 0;
|
||||
}
|
||||
|
||||
private:
|
||||
|
||||
std::string m_FileName;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue