mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-23 05:19:56 +00:00
6 lines
101 B
C
6 lines
101 B
C
|
#pragma once
|
||
|
|
||
|
#include <cstdint>
|
||
|
|
||
|
int __AudioMix(int16_t *outstereo, int numFrames, int sampleRate);
|