Forgot little thing. :(

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4127 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
feal87@gmail.com 2010-12-22 19:47:49 +00:00
parent 8973c0f440
commit 685a6a0d52
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@ namespace GSDumpGUI
break;
}
Marshal.Copy(dump.Registers, 0, new IntPtr(pointer), 8192);
GSfreeze(0, new IntPtr(fr));
for (int i = 0; i < dump.Data.Count; i++)
{
GSData itm = dump.Data[i];