Add fixgb
This commit is contained in:
parent
e5382d8c97
commit
50f42c34ee
|
@ -83,6 +83,7 @@ include_core_gambatte
|
||||||
include_core_sameboy
|
include_core_sameboy
|
||||||
include_core_tgbdual
|
include_core_tgbdual
|
||||||
include_core_gearboy
|
include_core_gearboy
|
||||||
|
include_core_fixgb
|
||||||
|
|
||||||
# --- Atari 2600 emulator cores ---
|
# --- Atari 2600 emulator cores ---
|
||||||
include_core_stella
|
include_core_stella
|
||||||
|
|
|
@ -173,6 +173,12 @@ include_core_fixnes() {
|
||||||
libretro_fixnes_name="fixNES"
|
libretro_fixnes_name="fixNES"
|
||||||
libretro_fixnes_git_url="https://github.com/libretro/fixNES.git"
|
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() {
|
include_core_snes9x2002() {
|
||||||
register_module core "snes9x2002" -ngc -ps3 -psp1 -wii
|
register_module core "snes9x2002" -ngc -ps3 -psp1 -wii
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue