mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-17 11:35:08 -04:00
Dreamcast: Fix no debug logging messages
This commit is contained in:
parent
93bd9bd1e1
commit
483dbd9aff
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user