From bc007b94fa9676f74815ceb6f05da4b7fb366971 Mon Sep 17 00:00:00 2001 From: d0k3 Date: Thu, 26 May 2016 21:04:46 +0200 Subject: [PATCH] Edit virtual OTP file for later reference ... commented out for now --- source/nand/virtual.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/nand/virtual.c b/source/nand/virtual.c index 6f2fde1..a25161e 100644 --- a/source/nand/virtual.c +++ b/source/nand/virtual.c @@ -39,6 +39,7 @@ VirtualFile virtualFileTemplates[] = { { "fcram.mem" , 0x20000000, 0x08000000, 0xFF, VFLAG_ON_MEMORY }, { "fcramext.mem" , 0x28000000, 0x08000000, 0xFF, VFLAG_ON_MEMORY | VFLAG_N3DS_ONLY }, { "dtcm.mem" , 0x30008000, 0x00004000, 0xFF, VFLAG_ON_MEMORY }, + // { "otp.mem" , 0x10012000, 0x00000108, 0xFF, VFLAG_ON_MEMORY }, // { "bootrom.mem" , 0xFFFF0000, 0x00010000, 0xFF, VFLAG_ON_MEMORY }, { "bootrom_unp.mem" , 0xFFFF0000, 0x00008000, 0xFF, VFLAG_ON_MEMORY } };