mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Add .ZIP files to load ROM. Also made some organizing in the Load ROM dialog
This commit is contained in:
parent
fd1bd3c606
commit
7ff511ed63
1 changed files with 1 additions and 1 deletions
|
@ -824,7 +824,7 @@ namespace MainWindow
|
|||
|
||||
void BrowseAndBoot(std::string defaultPath, bool browseDirectory) {
|
||||
std::string fn;
|
||||
std::string filter = "PSP ROMs (*.iso *.cso *.pbp *.elf)|*.pbp;*.elf;*.iso;*.cso;*.prx|All files (*.*)|*.*||";
|
||||
std::string filter = "All supported file types (*.iso *.cso *.pbp *.elf *.prx *.zip)|*.pbp;*.elf;*.iso;*.cso;*.prx;*zip|PSP ROMs (*.iso *.cso *.pbp *.elf *.prx)|*.pbp;*.elf;*.iso;*.cso;*.prx|Homebrew/Demos installers (*.zip)|*.zip|All files (*.*)|*.*||";
|
||||
|
||||
for (int i=0; i<(int)filter.length(); i++) {
|
||||
if (filter[i] == '|')
|
||||
|
|
Loading…
Add table
Reference in a new issue