This website requires JavaScript.
Explore
Help
Sign In
feedc0de
/
dolphin
Watch
1
Star
0
Fork
0
You've already forked dolphin
forked from
dolphin-emu/dolphin
Code
Pull Requests
Activity
Files
7f61c31f85216b00d6bb02445ed327c9e1c2cd81
dolphin
/
Source
/
Android
History
Lioncash
7f61c31f85
[Android] Fix some redundancy in the category names for the settings menu. In a menu named "Settings" (which is shown in the top left) we have the categories, "CPU Settings" and "Video Settings" - but the fact they are settings pages is already established at this point so it's redundant. Just made them "CPU" and "Video" instead.
...
Also changed the description for dual-core They now look like this:
http://i.imgur.com/qieaKmL.png
2013-08-23 16:10:55 -04:00
..
.settings
[Android] Change the .settings file to target Java 1.6 instead of 1.5.
2013-08-22 07:39:11 -04:00
assets
[Android] Support clicking on games in the folder browser to add the folder currently in. Mostly for derps that keep trying to run the game from the folder browser.
2013-06-27 04:47:39 -05:00
jni
Update the ant files to build the APK from terminal
2013-04-18 23:26:00 -05:00
libs
[Android] Remove SimonVT menudrawer library. Move to Google's support library for their navigation drawer support. Overall cleanup.
2013-06-22 07:45:05 -05:00
res
[Android] Fix some redundancy in the category names for the settings menu. In a menu named "Settings" (which is shown in the top left) we have the categories, "CPU Settings" and "Video Settings" - but the fact they are settings pages is already established at this point so it's redundant. Just made them "CPU" and "Video" instead.
2013-08-23 16:10:55 -04:00
src/org/dolphinemu
/dolphinemu
[Android] Add an option to clear the game list.
2013-08-23 11:17:24 -04:00
.classpath
[Android] Ensure that required dependencies are actually exported along with everything else when the Android version builds. Without this, the support libs will not export and cause the emulator to crash upon being executed.
2013-08-17 12:26:43 -04:00
.gitignore
Android mega commit of trash.
2013-03-19 21:53:09 -05:00
.project
Change Android project name to dolphin emulator
2013-04-24 09:00:14 -05:00
android.toolchain.cmake
Get latest android cmake to support NDK 8e
2013-04-13 15:09:05 -05:00
AndroidManifest.xml
[Android] Remove fragments from the Android Manifest XML. These shouldn't be defined here (nor do they need to. They're fragments, not activities).
2013-08-22 03:53:39 -04:00
build.xml
Android mega commit of trash.
2013-03-19 21:53:09 -05:00
custom_rules.xml
[Android] Hopefully fix buildbot's ant build.
2013-08-20 15:41:11 -05:00
project.properties
[Android] Fix ant build?
2013-06-22 08:06:39 -05:00