Make the vag block buffer s16.

The values are clamped already, anyway.
This commit is contained in:
Unknown W. Brackets
2015-05-27 21:05:09 -07:00
parent f7fa0a06d4
commit ec2d88cf17
2 changed files with 11 additions and 3 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ public:
void DoState(PointerWrap &p);
private:
int samples[28];
s16 samples[28];
int curSample;
u32 data_;