Fixed dump not working correctly.

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4150 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
feal87@gmail.com 2010-12-26 13:16:02 +00:00
parent 8053998ebc
commit 100b3f2aea
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ namespace GSDumpGUI
val += "regs~"; val += "regs~";
foreach (var itm in tag.regs) foreach (var itm in tag.regs)
{ {
val += itm.ToString() + "~"; val += ((GIFReg)itm).ToString() + "~";
} }
break; break;
case GSType.VSync: case GSType.VSync: