mirror of
https://github.com/libretro/ppsspp.git
synced 2025-02-03 07:11:56 +00:00
Fix typo
This commit is contained in:
parent
7ff511ed63
commit
4a00383f4b
@ -824,7 +824,7 @@ namespace MainWindow
|
|||||||
|
|
||||||
void BrowseAndBoot(std::string defaultPath, bool browseDirectory) {
|
void BrowseAndBoot(std::string defaultPath, bool browseDirectory) {
|
||||||
std::string fn;
|
std::string fn;
|
||||||
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 (*.*)|*.*||";
|
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++) {
|
for (int i=0; i<(int)filter.length(); i++) {
|
||||||
if (filter[i] == '|')
|
if (filter[i] == '|')
|
||||||
|
Loading…
x
Reference in New Issue
Block a user