Add "All files(*.*)" filter to BrowseAndBoot()
This commit is contained in:
parent
260cc305f5
commit
ef5ba28a0e
1 changed files with 1 additions and 1 deletions
|
@ -246,7 +246,7 @@ namespace MainWindow
|
||||||
void BrowseAndBoot(std::string defaultPath)
|
void BrowseAndBoot(std::string defaultPath)
|
||||||
{
|
{
|
||||||
std::string fn;
|
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++)
|
for (int i=0; i<(int)filter.length(); i++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue