Merge pull request #5041 from JosJuice/hi-2007

PatchEngine: Remove an unneeded comment
This commit is contained in:
Markus Wick 2017-03-08 21:23:40 +01:00 committed by GitHub
commit be8de62b88
1 changed files with 0 additions and 8 deletions

View File

@ -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] <Knuckles-> 0x802904b4 in US released
// [Tue Aug 21 2007] [18:30:53] <Knuckles-> 0x80294d54 in EUR Demo version
// [Tue Aug 21 2007] [18:31:10] <Knuckles-> we just patch a blr on it (0x4E800020)
// [OnLoad]
// 0x80020394=dword,0x4e800020
#include <algorithm>
#include <map>
#include <set>