]> Chaos Git - corbenik/ctrulib.git/commitdiff
Fix NDSP enums for C++.
authorAntoine Vugliano <antoine.vugliano@free.fr>
Wed, 7 Oct 2015 22:43:58 +0000 (00:43 +0200)
committerAntoine Vugliano <antoine.vugliano@free.fr>
Wed, 7 Oct 2015 22:43:58 +0000 (00:43 +0200)
libctru/include/3ds/ndsp/channel.h

index 7fa5dc3bbd07d5559fbf31d89868103424940f8f..8328f7e2ac0f10854b9ce16dd7be93568b28d20c 100644 (file)
@@ -12,7 +12,7 @@ enum
        NDSP_ENCODING_PCM8 = 0, ///< PCM8
        NDSP_ENCODING_PCM16,    ///< PCM16
        NDSP_ENCODING_ADPCM,    ///< DSPADPCM (GameCube format)
-} NDSP_Encoding;
+};
 
 /// Specifies the number of channels used in a sample.
 #define NDSP_CHANNELS(n)  ((u32)(n) & 3)
@@ -35,7 +35,7 @@ enum
        // Flags
        NDSP_FRONT_BYPASS             = BIT(4), ///< Front bypass.
        NDSP_3D_SURROUND_PREPROCESSED = BIT(6), ///< (?) Unknown, under research
-} NDSP_Flags;
+};
 ///@}
 
 ///@name Basic channel operation