From 7f7e036a029643df4678f3fad7d6fdec4b43e57f Mon Sep 17 00:00:00 2001 From: Pierre Bourdon Date: Sat, 8 Aug 2015 18:30:48 +0200 Subject: [PATCH] ZeldaHLE: Add a missing game to the list of games to look at. --- Source/Core/Core/HW/DSPHLE/UCodes/Zelda.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/Source/Core/Core/HW/DSPHLE/UCodes/Zelda.cpp b/Source/Core/Core/HW/DSPHLE/UCodes/Zelda.cpp index 4852143b9b..c994638161 100644 --- a/Source/Core/Core/HW/DSPHLE/UCodes/Zelda.cpp +++ b/Source/Core/Core/HW/DSPHLE/UCodes/Zelda.cpp @@ -77,6 +77,7 @@ static const std::map UCODE_FLAGS = { // * 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)