Add "All files(*.*)" filter to BrowseAndBoot()

This commit is contained in:
aquanull 2013-05-25 13:45:28 +08:00
parent 260cc305f5
commit ef5ba28a0e

View File

@ -246,7 +246,7 @@ namespace MainWindow
void BrowseAndBoot(std::string defaultPath)
{
std::string fn;
std::string filter = "PSP ROMs (*.iso *.cso *.pbp *.elf)|*.pbp;*.elf;*.iso;*.cso;*.prx||";
std::string filter = "PSP ROMs (*.iso *.cso *.pbp *.elf)|*.pbp;*.elf;*.iso;*.cso;*.prx|All files (*.*)|*.*||";
for (int i=0; i<(int)filter.length(); i++)
{