use ARCH_SDMC for archive id

This commit is contained in:
mtheall 2014-10-30 15:40:19 -05:00
parent c8a3207c42
commit 0d6365aa2f

View File

@ -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,