From 82019d2d78095e82ed31ca5f9fe16c84b4750351 Mon Sep 17 00:00:00 2001 From: Joel16 Date: Mon, 19 Feb 2018 17:12:55 -0600 Subject: [PATCH] Revert function re-naming to avoid breaking programs --- libctru/include/3ds/services/ac.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/ac.h b/libctru/include/3ds/services/ac.h index 5013764..2816003 100644 --- a/libctru/include/3ds/services/ac.h +++ b/libctru/include/3ds/services/ac.h @@ -29,7 +29,7 @@ Result acWaitInternetConnection(void); * @brief Gets the connected WiFi status. * @param out Pointer to output the connected WiFi status to. (0 = not connected, 1 = O3DS Internet, 2 = N3DS Internet) */ -Result ACU_GetWiFiStatus(u32 *out); +Result ACU_GetWifiStatus(u32 *out); /** * @brief Gets the connected WiFi status.