PatchEngine: Remove an unneeded comment
This commit is contained in:
parent
489d90b6f3
commit
08954e99f5
|
@ -6,14 +6,6 @@
|
||||||
// Supports simple memory patches, and has a partial Action Replay implementation
|
// Supports simple memory patches, and has a partial Action Replay implementation
|
||||||
// in ActionReplay.cpp/h.
|
// 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 <algorithm>
|
||||||
#include <map>
|
#include <map>
|
||||||
#include <set>
|
#include <set>
|
||||||
|
|
Loading…
Reference in New Issue