mirror of
https://github.com/hrydgard/ppsspp.git
synced 2025-04-02 11:01:50 -04:00
Should make it easier to get ndk-gdb going, which I've always had crazy issues with with library projects.
6 lines
No EOL
197 B
C
6 lines
No EOL
197 B
C
#pragma once
|
|
|
|
typedef int (*AndroidAudioCallback)(short *buffer, int num_samples);
|
|
|
|
bool OpenSLWrap_Init(AndroidAudioCallback cb, int _FramesPerBuffer, int _SampleRate);
|
|
void OpenSLWrap_Shutdown(); |