diff --git a/ctr/Makefile.cores b/ctr/Makefile.cores index d8dcaaee5d..7e414515f0 100644 --- a/ctr/Makefile.cores +++ b/ctr/Makefile.cores @@ -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 diff --git a/ctr/fmsx.png b/ctr/fmsx.png new file mode 100644 index 0000000000..e5961cdde0 Binary files /dev/null and b/ctr/fmsx.png differ