notaz.gp2x.de
/
mupen64plus-pandora.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98e75f2
)
Fixed stupid typo in an audio plugin
author
ptitSeb
<sebastien.chev@gmail.com>
Sat, 12 Oct 2013 19:11:21 +0000
(21:11 +0200)
committer
ptitSeb
<sebastien.chev@gmail.com>
Sat, 12 Oct 2013 19:11:21 +0000
(21:11 +0200)
source/mupen64launcher/src/cprofile.cpp
patch
|
blob
|
blame
|
history
diff --git
a/source/mupen64launcher/src/cprofile.cpp
b/source/mupen64launcher/src/cprofile.cpp
index
251bfa7
..
2fb960c
100755
(executable)
--- a/
source/mupen64launcher/src/cprofile.cpp
+++ b/
source/mupen64launcher/src/cprofile.cpp
@@
-278,7
+278,7
@@
int8_t CProfile::LoadPlugins()
// plugin.TextFile+=".txt";
// audios plugins
one.Name="Notaz Audio";
- one.So="notaz
-
audio";
+ one.So="notaz
_
audio";
plugin.Plugins.push_back(one);
one.Name="SDL Audio";
one.So="mupen64plus-audio-sdl";