From 33a6c6e81fc79096a52211ade443750b7371b003 Mon Sep 17 00:00:00 2001 From: notaz Date: Thu, 22 Aug 2024 00:38:45 +0300 Subject: [PATCH] cdriso: log main cd img size --- libpcsxcore/cdriso.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.39.2