(Android Phoenix) Add mupen64 entry to libretro_cores.cfg

This commit is contained in:
twinaphex 2013-10-14 11:22:20 +02:00
parent 9da4203886
commit 2b7c2a7185
4 changed files with 6 additions and 3 deletions

View File

@ -87,3 +87,6 @@ libretro_bsnes_performance_system = "Nintendo SNES"
libretro_dinothawr = "Dinothawr"
libretro_dinothawr_system = "Puzzle Game"
libretro_mupen64_plus = "Mupen64 Plus"
libretro_mupen64_plus_system = "Nintendo 64"

View File

@ -2,7 +2,7 @@
<classpath>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.ANDROID_FRAMEWORK"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.LIBRARIES"/>
<classpathentry kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry exported="true" kind="con" path="com.android.ide.eclipse.adt.DEPENDENCIES"/>
<classpathentry exported="true" kind="lib" path="libs/android-support-v4.jar"/>
<classpathentry exported="true" kind="lib" path="libs/android-support-v7-appcompat.jar"/>
<classpathentry kind="src" path="src"/>

View File

@ -2358,7 +2358,7 @@ containing a value of this type.
*/
public static final int[] MenuView = {
0x010100ae, 0x0101012c, 0x0101012d, 0x0101012e,
0x0101012f, 0x01010130, 0x01010131, 0x010103f8
0x0101012f, 0x01010130, 0x01010131, 0x0101040c
};
/**
<p>

View File

@ -11,5 +11,5 @@
#proguard.config=${sdk.dir}/tools/proguard/proguard-android.txt:proguard-project.txt
# Project target.
target=android-16
target=android-17
android.library=true