mirror of
https://github.com/libretro/libretro-super
synced 2024-12-29 09:22:43 +00:00
Add core info file and add neko P2 rule
This commit is contained in:
parent
91c5498b27
commit
6814a30a88
@ -145,6 +145,7 @@ include_core_fuse
|
||||
include_core_gw
|
||||
include_core_81
|
||||
include_core_lutro
|
||||
include_core_nekop2
|
||||
|
||||
# -------------------------------------------------------------------------------------------------
|
||||
# Devkits
|
||||
|
12
dist/info/nekop2_libretro.info
vendored
Normal file
12
dist/info/nekop2_libretro.info
vendored
Normal file
@ -0,0 +1,12 @@
|
||||
display_name = "NEC PC-98 (Neko Project II)"
|
||||
authors = "Neko Project II Team"
|
||||
supported_extensions = "fdd|thd|nhd|hdi|vhd"
|
||||
corename = "Neko Project II"
|
||||
manufacturer = "NEC"
|
||||
categories = "Emulator"
|
||||
systemname = "PC-98"
|
||||
database = "PC-98"
|
||||
license = ""
|
||||
permissions = ""
|
||||
display_version = "v0.0001"
|
||||
supports_no_game = "false"
|
@ -773,6 +773,14 @@ libretro_pokemini_name="PokeMini"
|
||||
libretro_pokemini_git_url="https://github.com/libretro/PokeMini.git"
|
||||
libretro_pokemini_build_makefile="Makefile"
|
||||
|
||||
include_core_nekop2() {
|
||||
register_module core "nekop2" -theos_ios -ngc -ps3 -psp1 -qnx -wii
|
||||
}
|
||||
libretro_nekop2_name="Neko Project II"
|
||||
libretro_nekop2_git_url="https://github.com/libretro/libretro-meowPC98.git"
|
||||
libretro_nekop2_build_subdir="libretro"
|
||||
libretro_nekop2_build_makefile="Makefile.libretro"
|
||||
|
||||
# CORE RULE VARIABLES
|
||||
#
|
||||
# All variables follow the format of libretro_<core>_<setting> where <core> is
|
||||
|
Loading…
Reference in New Issue
Block a user