mirror of https://github.com/PCSX2/pcsx2.git
Fix a typo causing *.dump files not to appear in the "Run ISO" file browser.
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@1700 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8f6ce7751c
commit
8393f828dd
|
@ -461,7 +461,7 @@ BOOL Open_Iso_File_Proc( std::string& outstr )
|
|||
char szFileName[ g_MaxPath ];
|
||||
char szFileTitle[ g_MaxPath ];
|
||||
char * filter =
|
||||
"All Supported (.iso .mdf .nrg .bin .img .dump)\0*.iso;*.mdf;*.nrg;*.bin;*.img,*.dump\0"
|
||||
"All Supported (.iso .mdf .nrg .bin .img .dump)\0*.iso;*.mdf;*.nrg;*.bin;*.img;*.dump\0"
|
||||
"Disc Images (.iso .mdf .nrg .bin .img)\0*.iso;*.mdf;*.nrg;*.bin;*.img\0"
|
||||
"Blockdumps (.dump)\0*.dump\0"
|
||||
"All Files (*.*)\0*.*\0";
|
||||
|
|
Loading…
Reference in New Issue