mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-12-12 23:01:09 +00:00
- Added a basic function description. - Modified the main parameter to be more informative of what should be passed. Helps people who read the codebase for the first time. - Made a variable for storing the entry name so getName() isn't called a bunch of times. - Added some comments to explain some parts. - Rename the exception catch variable to ignored, since it currently isn't being used. |
||
|---|---|---|
| .. | ||
| .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 | ||