ppsspp/UI/BackgroundAudio.h

8 lines
144 B
C++

#pragma once
#include <string>
void SetBackgroundAudioGame(const std::string &path);
int PlayBackgroundAudio();
void UpdateBackgroundAudio();