mirror of
https://github.com/libretro/ppsspp.git
synced 2024-11-23 16:19:44 +00:00
7 lines
114 B
C++
7 lines
114 B
C++
#pragma once
|
|
|
|
#include <string>
|
|
|
|
void SetBackgroundAudioGame(const std::string &path);
|
|
int PlayBackgroundAudio();
|