]> Chaos Git - corbenik/ctrulib.git/commitdiff
use ARCH_SDMC for archive id
authormtheall <pigman46@gmail.com>
Thu, 30 Oct 2014 20:40:19 +0000 (15:40 -0500)
committermtheall <pigman46@gmail.com>
Thu, 30 Oct 2014 20:40:19 +0000 (15:40 -0500)
libctru/source/sdmc_dev.c

index c823fe660271f7eac9244683ad2c4213c1f305cb..0c19de16015a45021603f10397b4c0377e4d2cd5 100644 (file)
@@ -84,7 +84,7 @@ sdmc_devoptab =
 /*! SDMC archive handle */
 static FS_archive sdmcArchive =
 {
-  .id = 0x00000009,
+  .id = ARCH_SDMC,
   .lowPath =
   {
     .type = PATH_EMPTY,