mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 20:42:21 +02:00
Improve XMM integer displays
This commit is contained in:
parent
88183dbae7
commit
6854c404d8
5 changed files with 80 additions and 33 deletions
|
@ -99,10 +99,10 @@ enum DwFloatDisplayType : int8
|
|||
enum DwMmDisplayType : int8
|
||||
{
|
||||
DwMmDisplayType_Default,
|
||||
DwMmDisplayType_Byte,
|
||||
DwMmDisplayType_Short,
|
||||
DwMmDisplayType_Int,
|
||||
DwMmDisplayType_Long,
|
||||
DwMmDisplayType_UInt8,
|
||||
DwMmDisplayType_Int16,
|
||||
DwMmDisplayType_Int32,
|
||||
DwMmDisplayType_Int64,
|
||||
DwMmDisplayType_Float,
|
||||
DwMmDisplayType_Double
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue