Skip to content

Commit

Permalink
Use fceumm for NES
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Jan 30, 2019
1 parent d35ddec commit 7992056
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
APP = Ludo
BUNDLENAME = $(APP)-$(OS)-$(ARCH)-$(VERSION)

CORES = atari800 fbalpha gambatte genesis_plus_gx handy mednafen_ngp mednafen_pce_fast mednafen_psx mednafen_saturn mednafen_supergrafx mednafen_vb mednafen_wswan mgba nestopia pcsx_rearmed picodrive prosystem snes9x stella vecx virtualjaguar
CORES = atari800 fbalpha fceumm gambatte genesis_plus_gx handy mednafen_ngp mednafen_pce_fast mednafen_psx mednafen_saturn mednafen_supergrafx mednafen_vb mednafen_wswan mgba pcsx_rearmed picodrive prosystem snes9x stella vecx virtualjaguar

ifeq ($(OS), OSX)
BUILDBOTURL=http://buildbot.libretro.com/nightly/apple/osx/$(ARCH)/latest
Expand Down
4 changes: 2 additions & 2 deletions settings/defaults.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ func defaultSettings() Settings {
"Microsoft - MSX2": "bluemsx_libretro",
"NEC - PC Engine SuperGrafx": "mednafen_supergrafx_libretro",
"NEC - PC Engine - TurboGrafx 16": "mednafen_pce_fast_libretro",
"Nintendo - Family Computer Disk System": "nestopia_libretro",
"Nintendo - Family Computer Disk System": "fceumm_libretro",
"Nintendo - Game Boy Advance": "mgba_libretro",
"Nintendo - Game Boy Color": "gambatte_libretro",
"Nintendo - Game Boy": "gambatte_libretro",
"Nintendo - Nintendo Entertainment System": "nestopia_libretro",
"Nintendo - Nintendo Entertainment System": "fceumm_libretro",
"Nintendo - Super Nintendo Entertainment System": "snes9x_libretro",
"Nintendo - Virtual Boy": "mednafen_vb_libretro",
"Sega - 32X": "picodrive_libretro",
Expand Down

0 comments on commit 7992056

Please sign in to comment.