Dreamcast: Fix no debug logging messages

This commit is contained in:
UnknownShadow200 2024-04-26 11:35:26 +10:00
parent 93bd9bd1e1
commit 483dbd9aff

View File

@ -446,6 +446,9 @@ static uint8 partition_type;
static void InitSDCard(void) {
if (sd_init()) {
// Both SD card and debug interface use the serial port
// So if initing SD card fails, need to restore serial port state for debug logging
scif_init();
Platform_LogConst("Failed to init SD card"); return;
}