Parent Directory
|
Revision Log
|
Patch
--- trunk/RomCheater.EmuMMAPPlugin/EmuMEMMapDockControl.cs 2013/06/08 22:21:47 646 +++ trunk/RomCheater.EmuMMAPPlugin/EmuMEMMapDockControl.cs 2013/06/08 22:25:19 647 @@ -214,7 +214,7 @@ { this.MapStart = start; this.MapEnd = end; - this.MapSize = string.Format("0x{0}={1:0.00}MB", size.ToString("X"), ((double)size / (1024.0 * 1024.0))); + this.MapSize = string.Format("0x{0}={1:0.00000}MB", size.ToString("X"), ((double)size / (1024.0 * 1024.0))); } #region IMappedMemRange Members public string MapName { get; private set; }
ViewVC Help | |
Powered by ViewVC 1.1.22 |