From cbb106124375ce4b4bd2bca196755afba2cb4602 Mon Sep 17 00:00:00 2001 From: chaoskagami Date: Sat, 8 Oct 2016 10:20:02 -0400 Subject: [PATCH] Misc info --- external/loader/source/fsldr.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/external/loader/source/fsldr.c b/external/loader/source/fsldr.c index 57a7f76..6541e6d 100644 --- a/external/loader/source/fsldr.c +++ b/external/loader/source/fsldr.c @@ -1,10 +1,13 @@ +/** + * Random annoyance; All the command headers etc for fsLdr are EXACTLY the same as fsUser. + * This is annpying mainly because - if I could open the file handle manually in ctrulib - + * e.g. not static and inaccessible - I could simply use the FSUSER API for this. ALL. OF. THIS. + */ #include <3ds.h> #include "fsldr.h" #include "fsreg.h" #include "srvsys.h" -#define SDK_VERSION 0x70200C8 - static Handle fsldrHandle; static int fsldrRefCount; -- 2.39.5