mirror of https://github.com/PCSX2/pcsx2.git
Forgot a little thing
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4146 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
1b90cfe7cd
commit
e89c3cb8cc
|
@ -84,7 +84,7 @@ namespace GSDumpGUI
|
||||||
else
|
else
|
||||||
t.regs.Add(Registers[(int)registers[i]].Invoke(LowData, HighData, false));
|
t.regs.Add(Registers[(int)registers[i]].Invoke(LowData, HighData, false));
|
||||||
}
|
}
|
||||||
catch ()
|
catch (Exception)
|
||||||
{
|
{
|
||||||
// For now till we get all regs implemented
|
// For now till we get all regs implemented
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue