From: plutoo Date: Thu, 21 Aug 2014 17:25:36 +0000 (+0200) Subject: Renamed ACU_cmd1 to ACU_GenerateDefaultConfig. X-Git-Tag: v0.2.0~126 X-Git-Url: https://chaos.moe/g/?a=commitdiff_plain;h=7dbd7e535cadad9da9b3e0b184d2d1c35c2b1389;p=corbenik%2Fctrulib.git Renamed ACU_cmd1 to ACU_GenerateDefaultConfig. --- diff --git a/libctru/source/services/ac.c b/libctru/source/services/ac.c index 7bab808..c7bf8ec 100644 --- a/libctru/source/services/ac.c +++ b/libctru/source/services/ac.c @@ -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;