Merge pull request #8272 from gingerbeardman/master

Adds unique IDs to prevent 3DS cores overwriting each other
This commit is contained in:
Twinaphex 2019-02-13 22:14:52 +01:00 committed by GitHub
commit 250f7e5b27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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