From: notaz Date: Wed, 21 Aug 2024 21:38:45 +0000 (+0300) Subject: cdriso: log main cd img size X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a6c6e81fc79096a52211ade443750b7371b003;p=pcsx_rearmed.git cdriso: log main cd img size --- diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index 4a794261..27ac760d 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -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();