Line 73:
Line 73:
|Initializes the FS library.
|Initializes the FS library.
|Must be called before anything else! Can be called multiple times safely.
|Must be called before anything else! Can be called multiple times safely.
+
|-
+
|FSShutdown
+
|<code>void FSShutdown(void);</code>
+
|This is just a "return;".
+
|
|-
|-
|FSAddClient
|FSAddClient
Line 84:
Line 89:
|Command Block size is 0xA80 bytes, should be 0x20 byte padded.
|Command Block size is 0xA80 bytes, should be 0x20 byte padded.
|}
|}
+
+
The FS* functions appear to only be used by regular applications, while the FSA* functions appear to only be used by system rpls.
===Internal===
===Internal===