add MSR to RegisterView and throw in some missing break;s (thanks lpfaint :p)

git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@4432 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
Shawn Hoffman
2009-10-17 07:17:49 +00:00
parent c741ddd082
commit 1bf3c00683
2 changed files with 24 additions and 19 deletions

View File

@ -31,14 +31,17 @@
// CTR
// CR0-7
// FPSCR
// MSR
// SRR0
// SRR1
// Exceptions
// Interrupt Mask (PI)
// Interrupt Cause(PI)
class CRegTable : public wxGridTableBase
{
enum {
NUM_SPECIALS = 10,
NUM_SPECIALS = 11,
};
public: