From 785c4e1034df5ba25731b90b2efa82c73c9de553 Mon Sep 17 00:00:00 2001 From: TurtleP Date: Sun, 28 Aug 2022 15:54:38 -0400 Subject: [PATCH] this should return a float --- libctru/include/3ds/ndsp/ndsp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/ndsp/ndsp.h b/libctru/include/3ds/ndsp/ndsp.h index 188efe4..9673ccf 100644 --- a/libctru/include/3ds/ndsp/ndsp.h +++ b/libctru/include/3ds/ndsp/ndsp.h @@ -122,7 +122,7 @@ void ndspSetMasterVol(float volume); * @brief Gets the master volume. * @return The master volume. */ -void ndspGetMasterVol(void); +float ndspGetMasterVol(void); /** * @brief Sets the output mode.