cdriso: log main cd img size
authornotaz <notasas@gmail.com>
Wed, 21 Aug 2024 21:38:45 +0000 (00:38 +0300)
committernotaz <notasas@gmail.com>
Thu, 22 Aug 2024 23:15:52 +0000 (02:15 +0300)
libpcsxcore/cdriso.c

index 4a79426..27ac760 100644 (file)
@@ -1718,7 +1718,7 @@ static long CALLBACK ISOopen(void) {
                }
        }
 
-       SysPrintf("%s.\n", image_str);
+       SysPrintf("%s (%lld bytes).\n", image_str, (long long)size_main);
 
        PrintTracks();