Merge 86f6d29dcb
into cecae02b1d
This commit is contained in:
commit
7bbc594cf7
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////
|
//////////////////////////////////////
|
||||||
// GPU example //
|
// GPU example //
|
||||||
///////////////////////////////////////
|
//////////////////////////////////////
|
||||||
|
|
||||||
//this example is meant to show how to use the GPU to render a 3D object
|
//this example is meant to show how to use the GPU to render a 3D object
|
||||||
//it also shows how to do stereoscopic 3D
|
//it also shows how to do stereoscopic 3D
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
///////////////////////////////////////
|
//////////////////////////////////////
|
||||||
// SDMC example //
|
// SDMC example //
|
||||||
///////////////////////////////////////
|
//////////////////////////////////////
|
||||||
|
|
||||||
//this example shows you how to load a binary image file from the SD card and display it on the lower screen
|
//this example shows you how to load a binary image file from the SD card and display it on the lower screen
|
||||||
//for this to work you should copy test.bin to same folder as your .3dsx
|
//for this to work you should copy test.bin to same folder as your .3dsx
|
||||||
|
@ -82,4 +82,3 @@ Result APT_DoAppJump(Handle* handle, u32 NSbuf0Size, u32 NSbuf1Size, u8 *NSbuf0P
|
|||||||
Result APT_PrepareToStartLibraryApplet(Handle* handle, NS_APPID appID);
|
Result APT_PrepareToStartLibraryApplet(Handle* handle, NS_APPID appID);
|
||||||
Result APT_StartLibraryApplet(Handle* handle, NS_APPID appID, Handle inhandle, u32 *parambuf, u32 parambufsize);
|
Result APT_StartLibraryApplet(Handle* handle, NS_APPID appID, Handle inhandle, u32 *parambuf, u32 parambufsize);
|
||||||
Result APT_LaunchLibraryApplet(NS_APPID appID, Handle inhandle, u32 *parambuf, u32 parambufsize);//This should be used for launching library applets, this uses the above APT_StartLibraryApplet/APT_PrepareToStartLibraryApplet funcs + apt*Session(). parambuf is used for APT params input, when the applet closes the output param block is copied here. This is not usable from the homebrew launcher. This is broken: when the applet does get launched at all, the applet process doesn't actually get terminated when the applet gets closed.
|
Result APT_LaunchLibraryApplet(NS_APPID appID, Handle inhandle, u32 *parambuf, u32 parambufsize);//This should be used for launching library applets, this uses the above APT_StartLibraryApplet/APT_PrepareToStartLibraryApplet funcs + apt*Session(). parambuf is used for APT params input, when the applet closes the output param block is copied here. This is not usable from the homebrew launcher. This is broken: when the applet does get launched at all, the applet process doesn't actually get terminated when the applet gets closed.
|
||||||
|
|
||||||
|
@ -82,14 +82,14 @@ fsExit(void)
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08010002]
|
* 0 | Header code [0x08010002]
|
||||||
* 1 | 0x20 (ProcessID header)
|
* 1 | 0x20 (ProcessID header)
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -137,7 +137,7 @@ FSUSER_Initialize(Handle* handle)
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x080201C2]
|
* 0 | Header code [0x080201C2]
|
||||||
* 1 | Transaction (usually 0)
|
* 1 | Transaction (usually 0)
|
||||||
* 2 | archive.handleLow
|
* 2 | archive.handleLow
|
||||||
@ -152,7 +152,7 @@ FSUSER_Initialize(Handle* handle)
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | ???
|
* 2 | ???
|
||||||
@ -213,7 +213,7 @@ FSUSER_OpenFile(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08030204]
|
* 0 | Header code [0x08030204]
|
||||||
* 1 | Transaction (usually 0)
|
* 1 | Transaction (usually 0)
|
||||||
* 2 | archive.id
|
* 2 | archive.id
|
||||||
@ -231,7 +231,7 @@ FSUSER_OpenFile(Handle *handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | ???
|
* 2 | ???
|
||||||
@ -287,7 +287,7 @@ FSUSER_OpenFileDirectly(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08040142]
|
* 0 | Header code [0x08040142]
|
||||||
* 1 | 0
|
* 1 | 0
|
||||||
* 2 | archive.handleLow
|
* 2 | archive.handleLow
|
||||||
@ -300,7 +300,7 @@ FSUSER_OpenFileDirectly(Handle *handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -345,7 +345,7 @@ FSUSER_DeleteFile(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08050244]
|
* 0 | Header code [0x08050244]
|
||||||
* 1 | 0
|
* 1 | 0
|
||||||
* 2 | srcArchive.handleLow
|
* 2 | srcArchive.handleLow
|
||||||
@ -364,7 +364,7 @@ FSUSER_DeleteFile(Handle *handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -415,7 +415,7 @@ FSUSER_RenameFile(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08060142]
|
* 0 | Header code [0x08060142]
|
||||||
* 1 | 0
|
* 1 | 0
|
||||||
* 2 | archive.handleLow
|
* 2 | archive.handleLow
|
||||||
@ -428,7 +428,7 @@ FSUSER_RenameFile(Handle *handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -479,7 +479,7 @@ FSUSER_DeleteDirectoryRecursively(void)
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08060142]
|
* 0 | Header code [0x08060142]
|
||||||
* 1 | 0
|
* 1 | 0
|
||||||
* 2 | archive.handleLow
|
* 2 | archive.handleLow
|
||||||
@ -495,7 +495,7 @@ FSUSER_DeleteDirectoryRecursively(void)
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -542,7 +542,7 @@ FSUSER_CreateFile(Handle* handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08090182]
|
* 0 | Header code [0x08090182]
|
||||||
* 1 | 0
|
* 1 | 0
|
||||||
* 2 | archive.handleLow
|
* 2 | archive.handleLow
|
||||||
@ -556,7 +556,7 @@ FSUSER_CreateFile(Handle* handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -602,7 +602,7 @@ FSUSER_CreateDirectory(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x080A0244]
|
* 0 | Header code [0x080A0244]
|
||||||
* 1 | 0
|
* 1 | 0
|
||||||
* 2 | srcArchive.handleLow
|
* 2 | srcArchive.handleLow
|
||||||
@ -621,7 +621,7 @@ FSUSER_CreateDirectory(Handle *handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -673,7 +673,7 @@ FSUSER_RenameDirectory(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x080B0102]
|
* 0 | Header code [0x080B0102]
|
||||||
* 1 | archive.handleLow
|
* 1 | archive.handleLow
|
||||||
* 2 | archive.handleHigh
|
* 2 | archive.handleHigh
|
||||||
@ -685,7 +685,7 @@ FSUSER_RenameDirectory(Handle *handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | Directory handle
|
* 2 | Directory handle
|
||||||
@ -731,7 +731,7 @@ FSUSER_OpenDirectory(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x080C00C2]
|
* 0 | Header code [0x080C00C2]
|
||||||
* 1 | archive->id
|
* 1 | archive->id
|
||||||
* 2 | archive->lowPath.type
|
* 2 | archive->lowPath.type
|
||||||
@ -742,7 +742,7 @@ FSUSER_OpenDirectory(Handle *handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | archive->handleLow
|
* 2 | archive->handleLow
|
||||||
@ -790,7 +790,7 @@ FSUSER_OpenArchive(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x080B0102]
|
* 0 | Header code [0x080B0102]
|
||||||
* 1 | archive->handleLow
|
* 1 | archive->handleLow
|
||||||
* 2 | archive->handleHigh
|
* 2 | archive->handleHigh
|
||||||
@ -798,7 +798,7 @@ FSUSER_OpenArchive(Handle *handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -840,13 +840,13 @@ FSUSER_CloseArchive(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08140000]
|
* 0 | Header code [0x08140000]
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | Sector (bytes)
|
* 2 | Sector (bytes)
|
||||||
@ -899,13 +899,13 @@ FSUSER_GetSdmcArchiveResource(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08170000]
|
* 0 | Header code [0x08170000]
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | Whether SD is detected
|
* 2 | Whether SD is detected
|
||||||
@ -943,13 +943,13 @@ FSUSER_IsSdmcDetected(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08180000]
|
* 0 | Header code [0x08180000]
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | Whether SD is writable
|
* 2 | Whether SD is writable
|
||||||
@ -986,13 +986,13 @@ FSUSER_IsSdmcWritable(Handle *handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08080000]
|
* 0 | Header code [0x08080000]
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -1028,7 +1028,7 @@ FSFILE_Close(Handle handle)
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x080200C2]
|
* 0 | Header code [0x080200C2]
|
||||||
* 1 | offset (low word)
|
* 1 | offset (low word)
|
||||||
* 2 | offset (high word)
|
* 2 | offset (high word)
|
||||||
@ -1039,7 +1039,7 @@ FSFILE_Close(Handle handle)
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | Number of bytes read
|
* 2 | Number of bytes read
|
||||||
@ -1094,7 +1094,7 @@ FSFILE_Read(Handle handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08030102]
|
* 0 | Header code [0x08030102]
|
||||||
* 1 | offset (low word)
|
* 1 | offset (low word)
|
||||||
* 2 | offset (high word)
|
* 2 | offset (high word)
|
||||||
@ -1106,7 +1106,7 @@ FSFILE_Read(Handle handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | Number of bytes written
|
* 2 | Number of bytes written
|
||||||
@ -1151,13 +1151,13 @@ FSFILE_Write(Handle handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08040000]
|
* 0 | Header code [0x08040000]
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | File size (lower word)
|
* 2 | File size (lower word)
|
||||||
@ -1193,7 +1193,7 @@ FSFILE_GetSize(Handle handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08050080]
|
* 0 | Header code [0x08050080]
|
||||||
* 1 | size (lower word)
|
* 1 | size (lower word)
|
||||||
* 2 | size (upper word)
|
* 2 | size (upper word)
|
||||||
@ -1201,7 +1201,7 @@ FSFILE_GetSize(Handle handle,
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -1235,13 +1235,13 @@ FSFILE_SetSize(Handle handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08060000]
|
* 0 | Header code [0x08060000]
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | Attributes
|
* 2 | Attributes
|
||||||
@ -1276,14 +1276,14 @@ FSFILE_GetAttributes(Handle handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08070040]
|
* 0 | Header code [0x08070040]
|
||||||
* 1 | Attributes
|
* 1 | Attributes
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -1314,13 +1314,13 @@ FSFILE_SetAttributes(Handle handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08090000]
|
* 0 | Header code [0x08090000]
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
@ -1352,7 +1352,7 @@ FSFILE_Flush(Handle handle)
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08010042]
|
* 0 | Header code [0x08010042]
|
||||||
* 1 | entryCount
|
* 1 | entryCount
|
||||||
* 2 | ((entrycount*0x228) << 4) \| 0xC
|
* 2 | ((entrycount*0x228) << 4) \| 0xC
|
||||||
@ -1361,7 +1361,7 @@ FSFILE_Flush(Handle handle)
|
|||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
* 2 | Number of entries read
|
* 2 | Number of entries read
|
||||||
@ -1400,13 +1400,13 @@ FSDIR_Read(Handle handle,
|
|||||||
* #### Request
|
* #### Request
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code [0x08020000]
|
* 0 | Header code [0x08020000]
|
||||||
*
|
*
|
||||||
* #### Response
|
* #### Response
|
||||||
*
|
*
|
||||||
* Index Word | Description
|
* Index Word | Description
|
||||||
* -----------|-------------------------
|
* ------------|-------------------------
|
||||||
* 0 | Header code
|
* 0 | Header code
|
||||||
* 1 | Result code
|
* 1 | Result code
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user