mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Comment int src
This commit is contained in:
parent
faaa837ca2
commit
3672214811
1 changed files with 1 additions and 1 deletions
|
@ -28,7 +28,7 @@
|
|||
// We simply map it to the first of the 8 channels.
|
||||
|
||||
AudioChannel chans[8];
|
||||
int src;
|
||||
int src; //not initialized and default 0
|
||||
|
||||
// Enqueues the buffer pointer on the channel. If channel buffer queue is full (2 items?) will block until it isn't.
|
||||
// For solid audio output we'll need a queue length of 2 buffers at least, we'll try that first.
|
||||
|
|
Loading…
Add table
Reference in a new issue