mirror of https://github.com/PCSX2/pcsx2.git
Require ToString();
git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4148 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
parent
050354ff0c
commit
56a066c394
|
@ -13,10 +13,7 @@ namespace GSDumpGUI
|
||||||
return (value >> lower) & (ulong)((1 << count) - 1);
|
return (value >> lower) & (ulong)((1 << count) - 1);
|
||||||
}
|
}
|
||||||
|
|
||||||
public override string ToString()
|
abstract public new String ToString();
|
||||||
{
|
|
||||||
return Descriptor.ToString();
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public enum GIFRegDescriptor
|
public enum GIFRegDescriptor
|
||||||
|
|
Loading…
Reference in New Issue