mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 03:32:46 +00:00
3ds: Add ID for mrboom
This commit is contained in:
parent
d857fb3234
commit
400f97a163
@ -267,6 +267,13 @@ else ifeq ($(LIBRETRO), nekop2)
|
||||
APP_ICON = pkg/ctr/assets/nekop2.png
|
||||
APP_BANNER = pkg/ctr/assets/nekop2_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), mrboom)
|
||||
APP_TITLE = MrBoom
|
||||
APP_PRODUCT_CODE = RARCH-MRBOOM
|
||||
APP_UNIQUE_ID = 0xBACA6
|
||||
APP_ICON = pkg/ctr/assets/default.png
|
||||
APP_BANNER = pkg/ctr/assets/libretro_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), mu)
|
||||
APP_TITLE = Mu Palm Emulator
|
||||
APP_PRODUCT_CODE = RARCH-MU
|
||||
|
Loading…
x
Reference in New Issue
Block a user