]> Chaos Git - corbenik/ctrulib.git/commitdiff
Renamed ACU_cmd1 to ACU_GenerateDefaultConfig.
authorplutoo <plutoo@univor.se>
Thu, 21 Aug 2014 17:25:36 +0000 (19:25 +0200)
committerplutoo <plutoo@univor.se>
Thu, 21 Aug 2014 17:25:54 +0000 (19:25 +0200)
libctru/source/services/ac.c

index 7bab8085a4b1fcea9569ef90d0220e9f2672f2be..c7bf8ecbbb58df2db1770a53d1859ae641d1f83e 100644 (file)
@@ -4,7 +4,8 @@
 #include <3ds/svc.h>
 #include <3ds/srv.h>
 
-Result ACU_cmd1(Handle servhandle, u32 *ptr)//Unknown what this cmd does at the time of writing. (ptr=0x200-byte outbuf)
+// ptr=0x200-byte outbuf
+Result ACU_CreateDefaultConfig(Handle servhandle, u32 *ptr)
 {
        u32 tmp0, tmp1;
        Result ret=0;
@@ -25,7 +26,8 @@ Result ACU_cmd1(Handle servhandle, u32 *ptr)//Unknown what this cmd does at the
        return (Result)cmdbuf[1];
 }
 
-Result ACU_cmd26(Handle servhandle, u32 *ptr, u8 val)//Unknown what this cmd does at the time of writing. (ptr=0x200-byte inbuf/outbuf)
+// Unknown what this cmd does at the time of writing. (ptr=0x200-byte inbuf/outbuf)
+Result ACU_cmd26(Handle servhandle, u32 *ptr, u8 val)
 {
        u32 tmp0, tmp1;
        Result ret=0;