Skip to content
This repository was archived by the owner on Dec 24, 2018. It is now read-only.

Commit ed55455

Browse files
committed
Set donor SDK ver for Super Mario Star World and Mario's Holiday
1 parent 641fff8 commit ed55455

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

gui/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ IS_NIGHTLY := 0
3434

3535
VERSION_MAJOR := 6
3636
VERSION_MINOR := 4
37-
VERSION_MICRO := 1
37+
VERSION_MICRO := 2
3838

3939
#VERSION_MAJOR := $(word 1, $(VERSION_PARTS))
4040
#VERSION_MINOR := $(word 2, $(VERSION_PARTS))

gui/source/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,7 @@ void SetDonorSDK() {
565565
"AMQ", // Mario vs. Donkey Kong 2 - March of the Minis
566566
"AMH", // Metroid Prime Hunters
567567
"ASM", // Super Mario 64 DS
568+
"SMS", // Super Mario Star World, and Mario's Holiday
568569
};
569570

570571
static const char sdk3_list[][4] = {
@@ -587,7 +588,6 @@ void SetDonorSDK() {
587588
"AZL", // Style Savvy
588589
};
589590

590-
// TIDs without 4th letter
591591
static const char sdk5_list[][4] = {
592592
"B2D", // Doctor Who: Evacuation Earth
593593
"BH2", // Super Scribblenauts

0 commit comments

Comments
 (0)