mirror of
https://github.com/kbeckmann/game-and-watch-retro-go.git
synced 2025-12-16 13:15:55 +01:00
7 lines
125 B
C
7 lines
125 B
C
#include "odroid_system.h"
|
|
#include "odroid_audio.h"
|
|
|
|
void odroid_audio_submit(short* stereoAudioBuffer, int frameCount)
|
|
{
|
|
}
|