From 6814a30a88c3535d193ea38178622bf0fae5a78b Mon Sep 17 00:00:00 2001 From: twinaphex Date: Wed, 3 May 2017 19:29:15 +0200 Subject: [PATCH] Add core info file and add neko P2 rule --- build-config.sh | 1 + dist/info/nekop2_libretro.info | 12 ++++++++++++ rules.d/core-rules.sh | 8 ++++++++ 3 files changed, 21 insertions(+) create mode 100644 dist/info/nekop2_libretro.info diff --git a/build-config.sh b/build-config.sh index 3d7cdb79..f857fc77 100644 --- a/build-config.sh +++ b/build-config.sh @@ -145,6 +145,7 @@ include_core_fuse include_core_gw include_core_81 include_core_lutro +include_core_nekop2 # ------------------------------------------------------------------------------------------------- # Devkits diff --git a/dist/info/nekop2_libretro.info b/dist/info/nekop2_libretro.info new file mode 100644 index 00000000..ac170fde --- /dev/null +++ b/dist/info/nekop2_libretro.info @@ -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" diff --git a/rules.d/core-rules.sh b/rules.d/core-rules.sh index 4b4f3ad9..2b279247 100644 --- a/rules.d/core-rules.sh +++ b/rules.d/core-rules.sh @@ -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__ where is