mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-25 17:19:42 +00:00
Use u32 for leftVolume/rightVolume/format
This commit is contained in:
parent
2a1e366d33
commit
faaa837ca2
@ -51,11 +51,9 @@ struct AudioChannel
|
||||
// last sample address
|
||||
u32 sampleAddress;
|
||||
u32 sampleCount; // Number of samples written in each OutputBlocking
|
||||
|
||||
int leftVolume;
|
||||
int rightVolume;
|
||||
|
||||
int format;
|
||||
u32 leftVolume;
|
||||
u32 rightVolume;
|
||||
u32 format;
|
||||
|
||||
SceUID waitingThread;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user