notaz.gp2x.de
/
pcsx_rearmed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03eb3b6
)
cdriso: log main cd img size
author
notaz
<notasas@gmail.com>
Wed, 21 Aug 2024 21:38:45 +0000
(
00:38
+0300)
committer
notaz
<notasas@gmail.com>
Wed, 21 Aug 2024 21:40:00 +0000
(
00:40
+0300)
libpcsxcore/cdriso.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdriso.c
b/libpcsxcore/cdriso.c
index
cd2d202
..
243c036
100644
(file)
--- 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();