mirror of
https://github.com/izzy2lost/ppsspp.git
synced 2026-03-10 12:43:04 -07:00
Make the vag block buffer s16.
The values are clamped already, anyway.
This commit is contained in:
+1
-1
@@ -104,7 +104,7 @@ public:
|
||||
void DoState(PointerWrap &p);
|
||||
|
||||
private:
|
||||
int samples[28];
|
||||
s16 samples[28];
|
||||
int curSample;
|
||||
|
||||
u32 data_;
|
||||
|
||||
Reference in New Issue
Block a user