From 67f10f0ba970028a602a1caa51c9b946ee0f9d7c Mon Sep 17 00:00:00 2001 From: Slattz Date: Tue, 12 Feb 2019 11:02:13 +0000 Subject: [PATCH] Fix frdGetSessionHandle declaration --- libctru/include/3ds/services/frd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/services/frd.h b/libctru/include/3ds/services/frd.h index efd8935..49055a1 100644 --- a/libctru/include/3ds/services/frd.h +++ b/libctru/include/3ds/services/frd.h @@ -97,7 +97,7 @@ Result frdInit(void); void frdExit(void); /// Get FRD handle. -Handle *frdSessionGetHandle(void); +Handle *frdGetSessionHandle(void); /** * @brief Gets the login status of the current user. * @param state Pointer to write the current user's login status to.