From 4325dcf798e112ba2cf17c5f6e3ee9b525e94f34 Mon Sep 17 00:00:00 2001 From: TuxSH Date: Mon, 6 Mar 2017 19:53:26 +0100 Subject: [PATCH] Fix typo in definition of struct FpuRegisters --- libctru/include/3ds/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libctru/include/3ds/types.h b/libctru/include/3ds/types.h index a2a8f96..eed876a 100644 --- a/libctru/include/3ds/types.h +++ b/libctru/include/3ds/types.h @@ -72,7 +72,7 @@ typedef struct { typedef struct { union { struct PACKED { double d[16]; }; ///< d0-d15. - float f[32]; ///< f0-f31. + float s[32]; ///< s0-s31. }; u32 fpscr; ///< fpscr. u32 fpexc; ///< fpexc.