Skip to content

Commit

Permalink
Add gearsystem
Browse files Browse the repository at this point in the history
  • Loading branch information
kivutar committed Nov 12, 2021
1 parent 6cefe03 commit c821f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARCH ?= x86_64
VERSION ?= dev
BUNDLENAME = $(APP)-$(OS)-$(ARCH)-$(VERSION)

CORES = atari800 bluemsx swanstation fbneo fceumm gambatte genesis_plus_gx handy lutro mednafen_ngp mednafen_pce mednafen_pce_fast mednafen_pcfx mednafen_psx mednafen_saturn mednafen_supergrafx mednafen_vb mednafen_wswan mgba melonds np2kai o2em pcsx_rearmed picodrive pokemini prosystem snes9x stella2014 vecx virtualjaguar
CORES = atari800 bluemsx swanstation fbneo fceumm gambatte gearsystem genesis_plus_gx handy lutro mednafen_ngp mednafen_pce mednafen_pce_fast mednafen_pcfx mednafen_psx mednafen_saturn mednafen_supergrafx mednafen_vb mednafen_wswan mgba melonds np2kai o2em pcsx_rearmed picodrive pokemini prosystem snes9x stella2014 vecx virtualjaguar

ifeq ($(ARCH), arm)
CORES := $(filter-out swanstation,$(CORES))
Expand Down
1 change: 1 addition & 0 deletions menu/scene_main.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ var prettyCoreNames = map[string]string{
"fbneo_libretro": "FBNeo (Arcade)",
"fceumm_libretro": "Fceumm (NES)",
"gambatte_libretro": "Gambatte (Game Boy)",
"gearsystem_libretro": "GearSystem (Master System)",
"genesis_plus_gx_libretro": "Genesis Plus GX (Genesis, Master System, Sega CD)",
"handy_libretro": "Handy (Atari Lynx)",
"lutro_libretro": "Lutro (LÖVE)",
Expand Down

0 comments on commit c821f48

Please sign in to comment.