mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-02-17 12:47:46 +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)
|
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…
x
Reference in New Issue
Block a user