mirror of
https://github.com/libretro/RetroArch.git
synced 2025-02-13 05:10:42 +00:00
(Android Phoenix) Add mupen64 entry to libretro_cores.cfg
This commit is contained in:
parent
9da4203886
commit
2b7c2a7185
@ -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"
|
||||
|
@ -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"/>
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user