mirror of
https://github.com/libretro/ppsspp.git
synced 2024-12-01 04:10:30 +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);
|