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>
Wed, 21 Aug 2024 21:40:00 +0000 (00:40 +0300)
libpcsxcore/cdriso.c

index cd2d202..243c036 100644 (file)
@@ -1457,7 +1457,7 @@ static long CALLBACK ISOopen(void) {
                }
        }
 
-       SysPrintf("%s.\n", image_str);
+       SysPrintf("%s (%lld bytes).\n", image_str, (long long)size_main);
 
        PrintTracks();