mirror of
https://github.com/libretro/RetroArch
synced 2025-02-07 21:39:54 +00:00
Merge pull request #8272 from gingerbeardman/master
Adds unique IDs to prevent 3DS cores overwriting each other
This commit is contained in:
commit
250f7e5b27
@ -290,4 +290,14 @@ else ifeq ($(LIBRETRO), pokemini)
|
||||
APP_ICON = pkg/ctr/assets/pokemini.png
|
||||
APP_BANNER = pkg/ctr/assets/pokemini_banner.png
|
||||
|
||||
else ifeq ($(LIBRETRO), theodore)
|
||||
APP_TITLE = Theodore
|
||||
APP_PRODUCT_CODE = RARCH-THEODORE
|
||||
APP_UNIQUE_ID = 0xBAC2E
|
||||
|
||||
else ifeq ($(LIBRETRO), mu)
|
||||
APP_TITLE = Mu Palm Emulator
|
||||
APP_PRODUCT_CODE = RARCH-MU
|
||||
APP_UNIQUE_ID = 0xBAC2F
|
||||
|
||||
endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user