]> Chaos Git - corbenik/ctrulib.git/commitdiff
(I forgot to update the comment in the header file)
authorfincs <fincs.alt1@gmail.com>
Sat, 20 Jun 2015 16:21:06 +0000 (18:21 +0200)
committerfincs <fincs.alt1@gmail.com>
Sat, 20 Jun 2015 16:21:06 +0000 (18:21 +0200)
libctru/include/3ds/services/apt.h

index 132245b4e24b5dc55ed3efe94d0ea6dc487612dd..7c5620c7a1d23de4576a396abc161dbf1f593eb6 100644 (file)
@@ -112,7 +112,7 @@ Result APT_PrepareToCloseApplication(Handle* handle, u8 a);
 Result APT_CloseApplication(Handle* handle, u32 a, u32 b, u32 c);
 Result APT_SetAppCpuTimeLimit(Handle* handle, u32 percent);
 Result APT_GetAppCpuTimeLimit(Handle* handle, u32 *percent);
-Result APT_CheckNew3DS_Application(Handle* handle, u8 *out);//*Application and *System use APT commands 0x01010000 and 0x01020000. Using APT_CheckNew3DS() is recommended, this determines which of those two funcs to use automatically. When this is first called(this calls aptOpenSession/aptCloseSession internally), this initializes an internal flag, which is then used for the out val for all future calls.
+Result APT_CheckNew3DS_Application(Handle* handle, u8 *out);// Note: this function is unreliable, see: http://3dbrew.org/wiki/APT:PrepareToStartApplication
 Result APT_CheckNew3DS_System(Handle* handle, u8 *out);
 Result APT_CheckNew3DS(Handle* handle, u8 *out);
 Result APT_PrepareToDoAppJump(Handle* handle, u8 flags, u64 programID, u8 mediatype);