Merge pull request #2233 from thedax/ctr-fmsx

Allow the CTR platform (3DS) to make use of fMSX.
This commit is contained in:
aliaspider 2015-10-12 20:05:10 +01:00
commit 1793924bc6
2 changed files with 11 additions and 1 deletions

View File

@ -213,4 +213,14 @@ else ifeq ($(LIBRETRO), pcsx_rearmed)
#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

BIN
ctr/fmsx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB