1
0
Fork 0
mirror of https://github.com/beefytech/Beef.git synced 2025-06-19 00:20:25 +02:00

Improve XMM integer displays

This commit is contained in:
Brian Fiete 2022-01-07 10:31:26 -05:00
parent 88183dbae7
commit 6854c404d8
5 changed files with 80 additions and 33 deletions

View file

@ -58,9 +58,9 @@ namespace IDE.Debugger
{
Default,
UInt8,
Short,
Int,
Long,
Int16,
Int32,
Int64,
Float,
Double,
COUNT