mirror of https://github.com/PCSX2/pcsx2.git
Forgot little thing. :(
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4127 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
8973c0f440
commit
685a6a0d52
|
@ -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];
|
||||
|
|
Loading…
Reference in New Issue