[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.

This commit is contained in:
Ryan Houdek
2013-06-27 04:47:39 -05:00
parent 72d49e05a7
commit 72257d5f69
5 changed files with 210 additions and 155 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="org.dolphinemu.dolphinemu"
android:versionCode="7"
android:versionName="0.7" >
android:versionCode="9"
android:versionName="0.9" >
<uses-sdk android:minSdkVersion="14" android:targetSdkVersion="14"/>