SPU2-X: kill a few warnings

git-svn-id: http://pcsx2.googlecode.com/svn/trunk@4857 96395faa-99c1-11dd-bbfe-3dabce05a288
This commit is contained in:
gigaherz 2011-08-10 11:59:08 +00:00
parent b490282c55
commit a22b36815c
1 changed files with 10 additions and 10 deletions

View File

@ -105,17 +105,17 @@ struct FrequencyResponseFilter
ly1 ( 0 ),
ly2 ( 0 ),
la0 ( 1.00320890889339290000 ),
la1 ( -1.97516434134506300000 ),
la2 ( 0.97243484967313087000 ),
lb1 ( -1.97525280404731810000 ),
lb2 ( 0.97555529586426892000 ),
la0 ( 1.00320890889339290000f ),
la1 ( -1.97516434134506300000f ),
la2 ( 0.97243484967313087000f ),
lb1 ( -1.97525280404731810000f ),
lb2 ( 0.97555529586426892000f ),
ha0 ( 1.52690772687271160000 ),
ha1 ( -1.62653918974914990000 ), //-1.72 = "common equilizer curve" --____--
ha2 ( 0.57997976029249387000 ),
hb1 ( -0.80955590379048203000 ),
hb2 ( 0.28990420120653748000 )
ha0 ( 1.52690772687271160000f ),
ha1 ( -1.62653918974914990000f ), //-1.72 = "common equilizer curve" --____--
ha2 ( 0.57997976029249387000f ),
hb1 ( -0.80955590379048203000f ),
hb2 ( 0.28990420120653748000f )
{
}