mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-22 20:45:22 +00:00
sort name column by default
This commit is contained in:
parent
47fc7f22b0
commit
7e2fa38519
1 changed files with 1 additions and 1 deletions
|
@ -67,7 +67,7 @@ GameViewer::GameViewer(wxWindow* parent) : wxListView(parent)
|
|||
LoadSettings();
|
||||
m_columns.Show(this);
|
||||
|
||||
m_sortColumn = 0;
|
||||
m_sortColumn = 1;
|
||||
m_sortAscending = true;
|
||||
m_path = "/dev_hdd0/game/";
|
||||
m_popup = new wxMenu();
|
||||
|
|
Loading…
Add table
Reference in a new issue