mirror of
https://github.com/libretro/libretro-super
synced 2025-01-29 12:32:41 +00:00
Merge pull request #1444 from m4xw/master
Android/Mupen Core Info fixes and GLES2 flavour tag
This commit is contained in:
commit
0c7d5cad6f
@ -92,6 +92,7 @@ features_cores = {
|
||||
'kronos': ['gl3'],
|
||||
'mednafen_psx_hw': ['gfxaccel'],
|
||||
'mupen64plus_next': ['gfxaccel', 'libco'],
|
||||
'mupen64plus_next_gles2': ['gles2', 'libco'],
|
||||
'mupen64plus_next_gles3': ['gles3', 'libco'],
|
||||
'openlara': ['gfxaccel'],
|
||||
'parallel_n64': ['gfxaccel', 'libco'],
|
||||
|
@ -1,7 +1,7 @@
|
||||
display_name = "Nintendo - Nintendo 64 (Mupen64Plus-Next Develop)"
|
||||
authors = "m4xw|Hacktarux|gonetz|GLideN64 Contributors|Mupen64Plus Team"
|
||||
supported_extensions = "n64|v64|z64|bin|u1"
|
||||
corename = "Mupen64Plus-Next (Develop)"
|
||||
corename = "Mupen64Plus-Next"
|
||||
manufacturer = "Nintendo"
|
||||
categories = "Emulator"
|
||||
systemname = "Nintendo 64"
|
||||
|
14
dist/info/mupen64plus_next_gles2_libretro.info
vendored
Normal file
14
dist/info/mupen64plus_next_gles2_libretro.info
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
display_name = "Nintendo - Nintendo 64 (Mupen64Plus-Next GLES2)"
|
||||
authors = "m4xw|Hacktarux|gonetz|GLideN64 Contributors|Mupen64Plus Team"
|
||||
supported_extensions = "n64|v64|z64|bin|u1"
|
||||
corename = "Mupen64Plus-Next"
|
||||
manufacturer = "Nintendo"
|
||||
categories = "Emulator"
|
||||
systemname = "Nintendo 64"
|
||||
systemid = "nintendo_64"
|
||||
database = "Nintendo - Nintendo 64"
|
||||
license = "GPLv2"
|
||||
permissions = "dynarec_optional"
|
||||
display_version = "1.0"
|
||||
supports_no_game = "false"
|
||||
required_hw_api = "OpenGL ES >= 2.0"
|
@ -1,7 +1,7 @@
|
||||
display_name = "Nintendo - Nintendo 64 (Mupen64Plus-Next GLES3)"
|
||||
authors = "m4xw|Hacktarux|gonetz|GLideN64 Contributors|Mupen64Plus Team"
|
||||
supported_extensions = "n64|v64|z64|bin|u1"
|
||||
corename = "Mupen64Plus-Next GLES3"
|
||||
corename = "Mupen64Plus-Next"
|
||||
manufacturer = "Nintendo"
|
||||
categories = "Emulator"
|
||||
systemname = "Nintendo 64"
|
||||
|
@ -65,7 +65,7 @@ meteor libretro-meteor https://github.com/libretro/meteor-libretro.git master NO
|
||||
mgba libretro-mgba https://github.com/libretro/mgba.git master YES GENERIC_JNI Makefile libretro-build/jni
|
||||
mrboom libretro-mrboom https://github.com/libretro/mrboom-libretro.git master YES GENERIC_JNI Makefile jni
|
||||
mu libretro-mu https://github.com/libretro/Mu.git master YES GENERIC_JNI Makefile libretroBuildSystem/jni
|
||||
mupen64plus_next libretro-mupen64plus_next https://github.com/libretro/mupen64plus-libretro-nx.git develop YES GENERIC_JNI Makefile libretro/jni
|
||||
mupen64plus_next_gles2 libretro-mupen64plus_next-gles2 https://github.com/libretro/mupen64plus-libretro-nx.git develop YES GENERIC_JNI Makefile libretro/jni
|
||||
mupen64plus_next_gles3 libretro-mupen64plus_next-gles3 https://github.com/libretro/mupen64plus-libretro-nx.git develop YES GENERIC_JNI Makefile libretro/jni GLES3=1
|
||||
nekop2 libretro-nekop2 https://github.com/libretro/libretro-meowPC98.git master YES GENERIC_JNI Makefile.libretro libretro/jni
|
||||
neocd libretro-neocd https://github.com/libretro/neocd_libretro.git master YES GENERIC_JNI Makefile jni
|
||||
|
Loading…
x
Reference in New Issue
Block a user