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.