Add potator core

This commit is contained in:
twinaphex 2021-03-10 18:18:08 +01:00
parent b40c88893b
commit bf8fec53b1
2 changed files with 9 additions and 0 deletions

View File

@ -253,6 +253,7 @@ include_core_uzem
# --- Miscellaneous cores ---
include_core_video_processor
include_core_gme
include_core_potator
include_core_pocketcdg
include_core_crocods
include_core_cap32

View File

@ -168,6 +168,14 @@ libretro_pocketcdg_name="PocketCDG"
libretro_pocketcdg_git_url="https://github.com/libretro/libretro-pocketcdg.git"
libretro_pocketcdg_build_makefile="Makefile"
include_core_potator() {
register_module core "potator"
}
libretro_potator_name="Potator"
libretro_potator_git_url="https://github.com/libretro/potator.git"
libretro_potator_build_subdir="platform/libretro"
libretro_potator_build_makefile="Makefile"
include_core_easyrpg() {
register_module core "easyrpg" -ngc -ps3 -psp1 -wii
}