Added wbfs support. Thanks to lordlyhobo for the patch. Fixes issue 859.

This commit is contained in:
skidau
2012-05-04 00:09:01 +10:00
parent a1b3eaffb7
commit 7885e63deb
8 changed files with 306 additions and 0 deletions

View File

@ -553,6 +553,7 @@ void CGameListCtrl::ScanForISOs()
Extensions.push_back("*.iso");
Extensions.push_back("*.ciso");
Extensions.push_back("*.gcz");
Extensions.push_back("*.wbfs");
}
if (SConfig::GetInstance().m_ListWad)
Extensions.push_back("*.wad");