From 08954e99f53fa32c1330d8c326f62040bf7ced96 Mon Sep 17 00:00:00 2001 From: JosJuice Date: Wed, 8 Mar 2017 21:03:10 +0100 Subject: [PATCH] PatchEngine: Remove an unneeded comment --- Source/Core/Core/PatchEngine.cpp | 8 -------- 1 file changed, 8 deletions(-) diff --git a/Source/Core/Core/PatchEngine.cpp b/Source/Core/Core/PatchEngine.cpp index b73e6cbffa..829d26c0c3 100644 --- a/Source/Core/Core/PatchEngine.cpp +++ b/Source/Core/Core/PatchEngine.cpp @@ -6,14 +6,6 @@ // Supports simple memory patches, and has a partial Action Replay implementation // in ActionReplay.cpp/h. -// TODO: Still even needed? Zelda WW now works with improved DSP code. -// Zelda item hang fixes: -// [Tue Aug 21 2007] [18:30:40] 0x802904b4 in US released -// [Tue Aug 21 2007] [18:30:53] 0x80294d54 in EUR Demo version -// [Tue Aug 21 2007] [18:31:10] we just patch a blr on it (0x4E800020) -// [OnLoad] -// 0x80020394=dword,0x4e800020 - #include #include #include