diff --git a/ctr/Makefile.cores b/ctr/Makefile.cores index b973716d2b..75382f711d 100644 --- a/ctr/Makefile.cores +++ b/ctr/Makefile.cores @@ -131,4 +131,14 @@ else ifeq ($(LIBRETRO), snes9x_next) #APP_BANNER = ctr/libretro_banner.png #APP_AUDIO = ctr/silent.wav +else ifeq ($(LIBRETRO), mgba) + APP_TITLE = mGBA Libretro + #APP_DESCRIPTION = Retroarch 3DS + APP_AUTHOR = Jeffrey Pfau, Team Libretro + APP_PRODUCT_CODE = RARCH-MGBA + APP_UNIQUE_ID = 0xBAC0E + APP_ICON = ctr/mgba.png + #APP_BANNER = ctr/libretro_banner.png + #APP_AUDIO = ctr/silent.wav + endif