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=8489010bfce4a5a051b215523d6e41189d742e4c;p=pcsx_rearmed.git cdriso: log main cd img size --- diff --git a/libpcsxcore/cdriso.c b/libpcsxcore/cdriso.c index cd2d2026..243c0362 100644 --- a/libpcsxcore/cdriso.c +++ b/libpcsxcore/cdriso.c @@ -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();