mirror of https://github.com/PCSX2/pcsx2.git
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:
parent
8053998ebc
commit
100b3f2aea
|
@ -415,7 +415,7 @@ namespace GSDumpGUI
|
|||
val += "regs~";
|
||||
foreach (var itm in tag.regs)
|
||||
{
|
||||
val += itm.ToString() + "~";
|
||||
val += ((GIFReg)itm).ToString() + "~";
|
||||
}
|
||||
break;
|
||||
case GSType.VSync:
|
||||
|
|
Loading…
Reference in New Issue