mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-24 05:49:58 +00:00
Add "All files(*.*)" filter to BrowseAndBoot()
This commit is contained in:
parent
260cc305f5
commit
ef5ba28a0e
@ -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++)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user