Skip to content

Commit

Permalink
Allow the CTR platform (3DS) to make use of fMSX.
Browse files Browse the repository at this point in the history
  • Loading branch information
thedax committed Oct 12, 2015
1 parent e085747 commit 78613c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion ctr/Makefile.cores
Original file line number Diff line number Diff line change
Expand Up @@ -212,5 +212,15 @@ else ifeq ($(LIBRETRO), pcsx_rearmed)
APP_ICON = ctr/pcsx_rearmed.png
#APP_BANNER = ctr/libretro_banner.png
#APP_AUDIO = ctr/silent.wav


else ifeq ($(LIBRETRO), fmsx)
APP_TITLE = fMSX
#APP_DESCRIPTION = Retroarch 3DS
APP_AUTHOR = Marat Fayzullin
APP_PRODUCT_CODE = RARCH-FMSX
APP_UNIQUE_ID = 0xBAC16
APP_ICON = ctr/fmsx.png
#APP_BANNER = ctr/libretro_banner.png
#APP_AUDIO = ctr/silent.wav

endif
Binary file added ctr/fmsx.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 78613c0

Please sign in to comment.