From: chaoskagami Date: Sat, 8 Oct 2016 14:20:02 +0000 (-0400) Subject: Misc info X-Git-Tag: v0.3.1~66^2~12 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=cbb106124375ce4b4bd2bca196755afba2cb4602;p=corbenik%2Fcorbenik.git Misc info --- 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;