use ARCH_SDMC for archive id
This commit is contained in:
parent
c8a3207c42
commit
0d6365aa2f
@ -84,7 +84,7 @@ sdmc_devoptab =
|
|||||||
/*! SDMC archive handle */
|
/*! SDMC archive handle */
|
||||||
static FS_archive sdmcArchive =
|
static FS_archive sdmcArchive =
|
||||||
{
|
{
|
||||||
.id = 0x00000009,
|
.id = ARCH_SDMC,
|
||||||
.lowPath =
|
.lowPath =
|
||||||
{
|
{
|
||||||
.type = PATH_EMPTY,
|
.type = PATH_EMPTY,
|
||||||
|
Loading…
Reference in New Issue
Block a user