Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Android] Support DFF files in the interface.
  • Loading branch information
Sonicadvance1 committed May 18, 2013
1 parent a905b18 commit c30d00e
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -61,7 +61,8 @@ private void Fill()
ff.getName().toLowerCase().contains(".wbfs") ||
ff.getName().toLowerCase().contains(".gcz") ||
ff.getName().toLowerCase().contains(".dol") ||
ff.getName().toLowerCase().contains(".elf"))
ff.getName().toLowerCase().contains(".elf") ||
ff.getName().toLowerCase().contains(".dff"))
fls.add(new GameListItem(getApplicationContext(), ff.getName(),"File Size: "+ff.length(),ff.getAbsolutePath()));
}
}
Expand Down

0 comments on commit c30d00e

Please sign in to comment.