mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
c757931779
Should make it easier to get ndk-gdb going, which I've always had crazy issues with with library projects.
6 lines
197 B
C
6 lines
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(); |