mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-12 06:41:59 +00:00
Made the filtering check against a HashSet of specified supported extensions. Not only does this get rid of the multitude of checks for extensions in the if-statement, but it also makes for less typing in the future if new file extensions/formats are used. Simply add the extension to support to the set, and you're done. |
||
|---|---|---|
| .. | ||
| .idea | ||
| .settings | ||
| assets | ||
| jni | ||
| libs | ||
| res | ||
| src/org/dolphinemu/dolphinemu | ||
| .classpath | ||
| .gitignore | ||
| .project | ||
| Android.iml | ||
| android.toolchain.cmake | ||
| AndroidManifest.xml | ||
| build.xml | ||
| custom_rules.xml | ||
| project.properties | ||