diff --git a/android/native/jni/Android.mk b/android/native/jni/Android.mk index 063c0aeb2e..a1e9a5e969 100644 --- a/android/native/jni/Android.mk +++ b/android/native/jni/Android.mk @@ -1,4 +1,3 @@ -RARCH_VERSION = "0.9.9.3" LOCAL_PATH := $(call my-dir) PERF_TEST := 0 HAVE_NEON := 1 diff --git a/apple/modules/mame2013_libretro.info b/apple/modules/mame2013_libretro.info new file mode 100644 index 0000000000..75aa295a03 --- /dev/null +++ b/apple/modules/mame2013_libretro.info @@ -0,0 +1,5 @@ +display_name = "Arcade (MAME 2013)" +supported_extensions = "zip|7z|chd" +corename = "MAME 2013 (0.150)" +manufacturer = "Various" +systemname = "Arcade (various)" diff --git a/apple/modules/vbam_libretro.info b/apple/modules/vbam_libretro.info new file mode 100644 index 0000000000..dc11649b31 --- /dev/null +++ b/apple/modules/vbam_libretro.info @@ -0,0 +1,5 @@ +display_name = "Game Boy Advance (VBA-M)" +supported_extensions = "gba" +corename = "VBA-M" +manufacturer = "Nintendo" +systemname = "Game Boy Advance"