repo.or.cz
/
libretro-ppsspp.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #90 from gizmo98/patch-2
[libretro-ppsspp.git]
/
UI
/
BackgroundAudio.h
blob
34b5dbd04a7f52a83332c30e97198df2db9b7121
1
#pragma once
2
3
#include <string>
4
5
void
SetBackgroundAudioGame
(
const
std
::
string
&
path
);
6
int
PlayBackgroundAudio
();