misc: unbreak slowboot
authornotaz <notasas@gmail.com>
Mon, 24 Mar 2025 22:27:34 +0000 (00:27 +0200)
committernotaz <notasas@gmail.com>
Mon, 24 Mar 2025 22:27:34 +0000 (00:27 +0200)
Fixes: 0b6f8a28056646a35b7d54689831107eb7932e0f
notaz/pcsx_rearmed#360

libpcsxcore/misc.c

index facf229..172fdd2 100644 (file)
@@ -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];