small wad startup patch (if only wad-s were enabled, there was gamelist refresh instead of game starting)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4966 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Marko Pusljar 2010-01-26 20:18:44 +00:00
parent 438bf20771
commit 8fdc293328
1 changed files with 1 additions and 0 deletions

View File

@ -386,6 +386,7 @@ void CGameListCtrl::InsertItemInReportView(long _Index)
}
else // It's a Wad file
{
m_gameList.append(StringFromFormat("%s (WAD)\n", rISOFile.GetName(0).c_str()));
SetItem(_Index, COLUMN_TITLE, wxString(rISOFile.GetName(0).c_str(), SJISConv), -1);
SetItem(_Index, COLUMN_NOTES, wxString(rISOFile.GetDescription(0).c_str(), SJISConv), -1);
}