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:
8ba96cb
)
misc: unbreak slowboot
author
notaz
<notasas@gmail.com>
Mon, 24 Mar 2025 22:27:34 +0000
(
00:27
+0200)
committer
notaz
<notasas@gmail.com>
Mon, 24 Mar 2025 22:27:34 +0000
(
00:27
+0200)
Fixes:
0b6f8a28056646a35b7d54689831107eb7932e0f
notaz/pcsx_rearmed#360
libpcsxcore/misc.c
patch
|
blob
|
blame
|
history
diff --git
a/libpcsxcore/misc.c
b/libpcsxcore/misc.c
index
facf229
..
172fdd2
100644
(file)
--- a/
libpcsxcore/misc.c
+++ b/
libpcsxcore/misc.c
@@
-361,7
+361,7
@@
int LoadCdromFile(const char *filename, EXE_HEADER *head, u8 *time_bcd_out) {
int CheckCdrom() {
struct iso_directory_record *dir;
struct CdrStat stat = { 0, 0, };
- unsigned char time[4];
+ unsigned char time[4]
= { 0, 2, 4 }
;
char *buf;
unsigned char mdir[4096];
char exename[256];