Add theodore to core-rules.sh

This commit is contained in:
Zlika 2018-04-25 21:58:29 +02:00
parent 7f576ed94f
commit eeb3f376b8

View File

@ -649,6 +649,12 @@ include_core_tgbdual() {
libretro_tgbdual_name="TGB Dual"
libretro_tgbdual_git_url="https://github.com/libretro/tgbdual-libretro.git"
include_core_theodore() {
register_module core "theodore"
}
libretro_theodore_name="Theodore"
libretro_theodore_git_url="https://github.com/Zlika/theodore.git"
include_core_mupen64plus() {
register_module core "mupen64plus" -theos_ios -ngc -ps3 -psp1 -wii
}