Forgot a little thing

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4146 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
feal87@gmail.com 2010-12-25 20:54:04 +00:00
parent 1b90cfe7cd
commit e89c3cb8cc
1 changed files with 1 additions and 1 deletions

View File

@ -84,7 +84,7 @@ namespace GSDumpGUI
else
t.regs.Add(Registers[(int)registers[i]].Invoke(LowData, HighData, false));
}
catch ()
catch (Exception)
{
// For now till we get all regs implemented
}