Allow the CTR platform (3DS) to make use of fMSX.

This commit is contained in:
thedax 2015-10-12 14:50:05 -04:00
parent e085747e02
commit 78613c04bf
2 changed files with 11 additions and 1 deletions

View File

@ -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

BIN
ctr/fmsx.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 KiB