mirror of
https://github.com/libretro/RetroArch
synced 2025-01-17 01:16:25 +00:00
Allow the CTR platform (3DS) to make use of fMSX.
This commit is contained in:
parent
e085747e02
commit
78613c04bf
@ -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
BIN
ctr/fmsx.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.4 KiB |
Loading…
Reference in New Issue
Block a user