ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/RomCheater.CorePlugins/Config/PCSX2Config.cs
(Generate patch)

Comparing trunk/RomCheater.CorePlugins/Config/PCSX2Config.cs (file contents):
Revision 98 by william, Wed May 9 23:10:12 2012 UTC vs.
Revision 99 by william, Wed May 9 23:23:38 2012 UTC

# Line 150 | Line 150 | namespace RomCheater.CorePlugins.Config
150                              {
151                                  //addresses.Add(t);
152                                  VTLB_RELEASE_OFFSET = t;
153 <                                logger.Debug.WriteLine("  Process: {0} found release build entrypoint at 0x{1:x8}", filename, t);
153 >                                logger.VerboseDebug.WriteLine("  Process: {0} found release build entrypoint at 0x{1:x8}", filename, t);
154                                  break; //use only the first valid value
155                              }
156                          }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines