mirror of
https://github.com/hrydgard/ppsspp.git
synced 2024-11-25 22:40:05 +00:00
7 lines
136 B
C
7 lines
136 B
C
|
#pragma once
|
||
|
|
||
|
#include <string>
|
||
|
|
||
|
void SetBackgroundAudioGame(const std::string &path);
|
||
|
int MixBackgroundAudio(short *buffer, int size);
|