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