Skip to content

Commit

Permalink
ZeldaHLE: Add new UCode version for Pikmin 1/2 New Play Control
Browse files Browse the repository at this point in the history
  • Loading branch information
delroth committed Aug 8, 2015
1 parent d3cf49a commit c46f274
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions Source/Core/Core/HW/DSPHLE/UCodes/UCodes.cpp
Expand Up @@ -62,6 +62,7 @@ UCodeInterface* UCodeFactory(u32 crc, DSPHLE* dsphle, bool wii)
case 0x42f64ac4: // Luigi's Mansion - US
case 0x56d36052: // Super Mario Sunshine - US
case 0x6c3f6f94: // Zelda TP Wii - US
case 0xeaeb38cc: // Pikmin 1/2 New Play Control Wii - US
return new ZeldaUCode(dsphle, crc);

case 0x2ea36ce6: // Some Wii demos
Expand Down
3 changes: 2 additions & 1 deletion Source/Core/Core/HW/DSPHLE/UCodes/Zelda.cpp
Expand Up @@ -84,12 +84,13 @@ static const std::map<u32, u32> UCODE_FLAGS = {
// Super Mario Galaxy.
// Super Mario Galaxy 2.
{ 0xD643001F, NO_ARAM | MAKE_DOLBY_LOUDER },
// Pikmin 1/2 New Play Control.
{ 0xEAEB38CC, NO_ARAM | MAKE_DOLBY_LOUDER },

// TODO: Other games that use this UCode (exhaustive list):
// * Link's Crossbow Training
// * The Legend of Zelda: Collector's Edition
// * The Legend of Zelda: Twilight Princess / Wii (type ????, CRC ????)
// * Pikmin 1/2 New Play Control!
};

ZeldaUCode::ZeldaUCode(DSPHLE *dsphle, u32 crc)
Expand Down

0 comments on commit c46f274

Please sign in to comment.