+ import search code from PCSX2 Ram Dump (no need to re-invent the wheel...plus it cuts down on code refactoring time)
+ add BrowseMemoryRegion event in MemorySearcher : calls back to main form which calls MemoryViewer.AcceptExternalMemoryAddress(address)
static int col_Found_Address = 1; static int col_Found_Value = 2; static int col_Found_Frozen = 3; static int col_Added_Address = 1; static int col_Added_Value = 2; static int col_Added_Frozen = 3;
set Search, Reset, and Cancel button states on click
change address from uint to int
PCSX2ProcessID ==> ProcessID
+ commit search wip
+ add initial support for memory search
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.