ppsspp/UI/BackgroundAudio.h

7 lines
136 B
C++

#pragma once
#include <string>
void SetBackgroundAudioGame(const std::string &path);
int MixBackgroundAudio(short *buffer, int size);