mirror of
https://github.com/libretro/libretro-super
synced 2025-02-22 15:40:01 +00:00
Merge branch 'master' of https://github.com/libretro/libretro-super
This commit is contained in:
commit
437474b21b
@ -213,6 +213,7 @@ include_core_cannonball
|
|||||||
include_core_reminiscence
|
include_core_reminiscence
|
||||||
include_core_easyrpg
|
include_core_easyrpg
|
||||||
include_core_tyrquake
|
include_core_tyrquake
|
||||||
|
include_core_vitaquake2
|
||||||
include_core_prboom
|
include_core_prboom
|
||||||
include_core_xrick
|
include_core_xrick
|
||||||
include_core_openlara
|
include_core_openlara
|
||||||
|
13
dist/info/vitaquake2_libretro.info
vendored
Normal file
13
dist/info/vitaquake2_libretro.info
vendored
Normal file
@ -0,0 +1,13 @@
|
|||||||
|
display_name = "Quake 2 (vitaQuake 2)"
|
||||||
|
authors = "Rinnegatamante"
|
||||||
|
supported_extensions = "pak"
|
||||||
|
corename = "vitaQuake 2"
|
||||||
|
manufacturer = "Id Software"
|
||||||
|
categories = "Game"
|
||||||
|
systemname = "Quake 2 Game Engine"
|
||||||
|
systemid = "quake_2"
|
||||||
|
license = "GPLv2"
|
||||||
|
permissions = ""
|
||||||
|
display_version = "git"
|
||||||
|
supports_no_game = "false"
|
||||||
|
database = "Quake 2"
|
@ -484,6 +484,13 @@ libretro_tyrquake_name="TyrQuake"
|
|||||||
libretro_tyrquake_git_url="https://github.com/libretro/tyrquake.git"
|
libretro_tyrquake_git_url="https://github.com/libretro/tyrquake.git"
|
||||||
libretro_tyrquake_build_makefile="Makefile"
|
libretro_tyrquake_build_makefile="Makefile"
|
||||||
|
|
||||||
|
include_core_vitaquake2() {
|
||||||
|
register_module core "vitaquake2"
|
||||||
|
}
|
||||||
|
libretro_vitaquake2_name="vitaQuake2"
|
||||||
|
libretro_vitaquake2_git_url="https://github.com/libretro/vitaquake2.git"
|
||||||
|
libretro_vitaquake2_build_makefile="Makefile"
|
||||||
|
|
||||||
include_core_pcsx_rearmed() {
|
include_core_pcsx_rearmed() {
|
||||||
register_module core "pcsx_rearmed" -theos_ios -ngc -ps3 -psp1 -wii
|
register_module core "pcsx_rearmed" -theos_ios -ngc -ps3 -psp1 -wii
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user