Add fixgb

This commit is contained in:
twinaphex 2020-10-08 06:04:54 +02:00
parent e5382d8c97
commit 50f42c34ee
2 changed files with 7 additions and 0 deletions

View File

@ -83,6 +83,7 @@ include_core_gambatte
include_core_sameboy
include_core_tgbdual
include_core_gearboy
include_core_fixgb
# --- Atari 2600 emulator cores ---
include_core_stella

View File

@ -173,6 +173,12 @@ include_core_fixnes() {
libretro_fixnes_name="fixNES"
libretro_fixnes_git_url="https://github.com/libretro/fixNES.git"
include_core_fixgb() {
register_module core "fixgb" -ngc -ps3 -psp1 -wii
}
libretro_fixgb_name="fixGB"
libretro_fixgb_git_url="https://github.com/libretro/fixGB.git"
include_core_snes9x2002() {
register_module core "snes9x2002" -ngc -ps3 -psp1 -wii
}