mirror of
https://github.com/libretro/libretro-super
synced 2025-02-15 21:40:29 +00:00
Add potator core
This commit is contained in:
parent
b40c88893b
commit
bf8fec53b1
@ -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
|
||||
|
@ -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
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user