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:
89a8e88
)
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>
Thu, 22 Aug 2024 23:15:52 +0000
(
02:15
+0300)
libpcsxcore/cdriso.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/cdriso.c
b/libpcsxcore/cdriso.c
index
4a79426
..
27ac760
100644
(file)
--- 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();