Require ToString();

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4148 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
feal87@gmail.com 2010-12-26 11:39:27 +00:00
parent 050354ff0c
commit 56a066c394
1 changed files with 1 additions and 4 deletions

View File

@ -13,10 +13,7 @@ namespace GSDumpGUI
return (value >> lower) & (ulong)((1 << count) - 1);
}
public override string ToString()
{
return Descriptor.ToString();
}
abstract public new String ToString();
}
public enum GIFRegDescriptor