mirror of
https://github.com/hrydgard/ppsspp.git
synced 2026-09-04 19:55:27 +02:00
9 lines
253 B
C
9 lines
253 B
C
#pragma once
|
|
|
|
// Header for dynamic loading
|
|
|
|
typedef int (*AndroidAudioCallback)(short *buffer, int num_samples);
|
|
|
|
typedef bool (*OpenSLWrap_Init_T)(AndroidAudioCallback cb, int framesPerBuffer, int sampleRate);
|
|
typedef void (*OpenSLWrap_Shutdown_T)();
|