Skip to content

Commit

Permalink
Merge pull request #11 from suloku/patch-1
Browse files Browse the repository at this point in the history
Wrong product code for MH4U, conflicts with shaphire
  • Loading branch information
meladroit committed Oct 10, 2015
2 parents 9e958a8 + 9c47468 commit 6d748a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/secure_values.c
Expand Up @@ -22,7 +22,7 @@ const char const secureProductCodes[PRECONF_GAMES][16] = {"CTR-P-EGD",
"CTR-P-EKJ", "CTR-P-EK2",
"CTR-P-ECR", "CTR-P-ECL"}; // minus region
const char* const pokeRumbleWorldCode = "CTR-N-KCF";
const char* const MH4UCode = "CTR-P-ECL";
const char* const MH4UCode = "CTR-P-BFG";

char configProductCode[9] = {0};

Expand Down

0 comments on commit 6d748a4

Please sign in to comment.