mirror of
https://github.com/libretro/libretro-super
synced 2025-02-14 18:40:55 +00:00
Add smsplus repo
This commit is contained in:
parent
cb26316aa4
commit
e809a32945
@ -33,6 +33,7 @@ include_core_flycast
|
||||
include_core_redream
|
||||
|
||||
# --- Genesis emulator cores ---
|
||||
include_core_smsplus
|
||||
include_core_genesis_plus_gx
|
||||
include_core_picodrive
|
||||
include_core_blastem
|
||||
|
@ -774,6 +774,13 @@ libretro_bsnes_mercury_performance_git_url="https://github.com/libretro/bsnes-me
|
||||
libretro_bsnes_mercury_performance_build_args="compiler=\"${CXX11}\" profile=\"performance\""
|
||||
libretro_bsnes_mercury_performance_build_products="out"
|
||||
|
||||
include_core_smsplus() {
|
||||
register_module core "smsplus" -theos_ios -ngc -ps3 -wii
|
||||
}
|
||||
libretro_smsplus_name="SMSPlus GX"
|
||||
libretro_smsplus_git_url="https://github.com/negativeExponent/smsplus-gx.git"
|
||||
libretro_smsplus_build_makefile="Makefile.libretro"
|
||||
|
||||
include_core_picodrive() {
|
||||
register_module core "picodrive" -theos_ios -ngc -ps3 -wii
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user