]> Chaos Git - corbenik/corbenik.git/commitdiff
Misc info
authorchaoskagami <chaos.kagami@gmail.com>
Sat, 8 Oct 2016 14:20:02 +0000 (10:20 -0400)
committerchaoskagami <chaos.kagami@gmail.com>
Sat, 8 Oct 2016 14:20:02 +0000 (10:20 -0400)
external/loader/source/fsldr.c

index 57a7f762e1ccbfc9259cbff44747b1c65fa005f5..6541e6d9df4b979339edda9eb2770fa96cce9c47 100644 (file)
@@ -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;