Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Add .dff FIFO logs to the list of valid extensions in FolderBrowser.
  • Loading branch information
lioncash committed Jul 15, 2013
1 parent 0ba2594 commit c35916a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -32,7 +32,7 @@ private void Fill(File currDir)
List<GameListItem>fls = new ArrayList<GameListItem>();

// Supported extensions to filter by
Set<String> validExts = new HashSet<String>(Arrays.asList(".gcm", ".iso", ".wbfs", ".gcz", ".dol", ".elf"));
Set<String> validExts = new HashSet<String>(Arrays.asList(".gcm", ".iso", ".wbfs", ".gcz", ".dol", ".elf", ".dff"));
Set<String> archiveExts = new HashSet<String>(Arrays.asList(".zip", ".rar", ".7z"));

// Search for any directories or supported files within the current dir.
Expand Down

0 comments on commit c35916a

Please sign in to comment.