diff src/console/Spc_Dsp.h @ 316:fb513e10174e trunk

[svn] - merge libconsole-blargg into mainline libconsole: + obsoletes plugins-ugly:sapplug
author nenolod
date Thu, 30 Nov 2006 19:54:33 -0800
parents 3da1b8942b8b
children 986f098da058
line wrap: on
line diff
--- a/src/console/Spc_Dsp.h	Wed Nov 29 14:42:11 2006 -0800
+++ b/src/console/Spc_Dsp.h	Thu Nov 30 19:54:33 2006 -0800
@@ -1,8 +1,6 @@
-
 // Super Nintendo (SNES) SPC DSP emulator
 
-// Game_Music_Emu 0.3.0
-
+// Game_Music_Emu 0.5.1
 #ifndef SPC_DSP_H
 #define SPC_DSP_H
 
@@ -109,7 +107,7 @@
 	
 	int surround_threshold;
 	
-	static const BOOST::int16_t gauss [];
+	static BOOST::int16_t const gauss [];
 	
 	enum state_t {
 		state_attack,
@@ -152,4 +150,3 @@
 }
 
 #endif
-