Change TitleID to not conflict with games (Closes #160)
This commit is contained in:
2
Makefile
2
Makefile
@@ -38,7 +38,7 @@ LOGO := meta/logo.bin
|
||||
|
||||
# If left blank, makerom will use default values (0xff3ff and CTR-P-CTAP, respectively)
|
||||
# Be careful if UNIQUE_ID is the same as other apps: it will overwrite the previously installed one
|
||||
UNIQUE_ID := 0xAFEN
|
||||
UNIQUE_ID := 0xBAFE0
|
||||
PRODUCT_CODE := CTR-P-ANEM
|
||||
|
||||
# Don't really need to change this
|
||||
|
||||
@@ -6,7 +6,7 @@ BasicInfo:
|
||||
Logo : Homebrew # Nintendo / Licensed / Distributed / iQue / iQueForSystem
|
||||
|
||||
TitleInfo:
|
||||
UniqueId : 0xAFEN
|
||||
UniqueId : 0xBAFE0
|
||||
Category : Application
|
||||
|
||||
CardInfo:
|
||||
|
||||
Reference in New Issue
Block a user