From f184ad5701021575207409980f100074678e5d15 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Mon, 21 Oct 2019 21:40:40 +0200 Subject: [PATCH] Fix #554 --- arm9/source/filesys/fsdrive.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm9/source/filesys/fsdrive.h b/arm9/source/filesys/fsdrive.h index f11b518..03c4501 100644 --- a/arm9/source/filesys/fsdrive.h +++ b/arm9/source/filesys/fsdrive.h @@ -5,7 +5,7 @@ #define NORM_FS 10 #define IMGN_FS 3 // image normal filesystems -#define VIRT_FS 12 +#define VIRT_FS 13 // primary drive types #define DRV_UNKNOWN (0<<0)