mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-15 06:28:07 +00:00
Update WndMainWindow.cpp
This commit is contained in:
parent
9926a86912
commit
6667bed5ab
@ -246,13 +246,8 @@ namespace MainWindow
|
||||
void BrowseAndBoot(std::string defaultPath)
|
||||
{
|
||||
std::string fn;
|
||||
std::string filter = "";
|
||||
|
||||
filter += "PSP";
|
||||
filter += "|";
|
||||
filter += "*.pbp;*.elf;*.iso;*.cso;*.prx";
|
||||
filter += "|";
|
||||
filter += "|";
|
||||
std::string filter = "PSP ROMs (*.iso *.cso *.pbp *.elf)|*.pbp;*.elf;*.iso;*.cso;*.prx||";
|
||||
|
||||
for (int i=0; i<(int)filter.length(); i++)
|
||||
{
|
||||
if (filter[i] == '|')
|
||||
|
Loading…
x
Reference in New Issue
Block a user