mirror of
https://github.com/ClassiCube/ClassiCube.git
synced 2025-09-11 08:36:38 -04:00
Dreamcast: Try to fix not using right path on SD card
This commit is contained in:
parent
a36ea8380c
commit
92ac33c2df
@ -19,7 +19,7 @@ static void* gfx_vertices;
|
|||||||
extern framebuffer_t fb_colors[2];
|
extern framebuffer_t fb_colors[2];
|
||||||
extern zbuffer_t fb_depth;
|
extern zbuffer_t fb_depth;
|
||||||
static float vp_hwidth, vp_hheight;
|
static float vp_hwidth, vp_hheight;
|
||||||
static int vp_originX, vp_originY;
|
static float vp_originX, vp_originY;
|
||||||
static cc_bool stateDirty, formatDirty;
|
static cc_bool stateDirty, formatDirty;
|
||||||
|
|
||||||
typedef struct Matrix VU0_MATRIX __attribute__((aligned(16)));
|
typedef struct Matrix VU0_MATRIX __attribute__((aligned(16)));
|
||||||
|
@ -543,7 +543,7 @@ static void InitSDCard(void) {
|
|||||||
Platform_LogConst("Failed to mount SD card"); return;
|
Platform_LogConst("Failed to mount SD card"); return;
|
||||||
}
|
}
|
||||||
|
|
||||||
root_path = String_FromReadonly("/sd/ClassiCube");
|
root_path = String_FromReadonly("/sd/ClassiCube/");
|
||||||
fs_mkdir("/sd/ClassiCube");
|
fs_mkdir("/sd/ClassiCube");
|
||||||
Platform_ReadonlyFilesystem = false;
|
Platform_ReadonlyFilesystem = false;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user