mirror of
https://github.com/claunia/SabreTools.git
synced 2025-12-16 19:14:27 +00:00
Cleanup between namespace extraction
This commit is contained in:
@@ -38,7 +38,7 @@ namespace SabreTools.Library.Reports
|
||||
{
|
||||
string line = @"'" + _name + @"':
|
||||
--------------------------------------------------
|
||||
Uncompressed size: " + Utilities.GetBytesReadable(_stats.TotalSize) + @"
|
||||
Uncompressed size: " + GetBytesReadable(_stats.TotalSize) + @"
|
||||
Games found: " + _machineCount + @"
|
||||
Roms found: " + _stats.RomCount + @"
|
||||
Disks found: " + _stats.DiskCount + @"
|
||||
|
||||
Reference in New Issue
Block a user