mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-30 12:48:57 +00:00
WX: Add dff to the file selector filter description
This commit is contained in:
parent
473f90c08f
commit
d5e397aa14
1 changed files with 1 additions and 1 deletions
|
@ -340,7 +340,7 @@ void CFrame::DoOpen(bool Boot)
|
|||
|
||||
wxString path = wxFileSelector(
|
||||
_("Select the file to load"), wxEmptyString, wxEmptyString, wxEmptyString,
|
||||
_("All GC/Wii files (elf, dol, gcm, iso, tgc, wbfs, ciso, gcz, wad)") +
|
||||
_("All GC/Wii files (elf, dol, gcm, iso, tgc, wbfs, ciso, gcz, wad, dff)") +
|
||||
wxString::Format("|*.elf;*.dol;*.gcm;*.iso;*.tgc;*.wbfs;*.ciso;*.gcz;*.wad;*.dff|%s",
|
||||
wxGetTranslation(wxALL_FILES)),
|
||||
wxFD_OPEN | wxFD_FILE_MUST_EXIST, this);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue